We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c208bb7 commit 70ea8bdCopy full SHA for 70ea8bd
.github/workflows/catch_flaky.yml
@@ -27,15 +27,7 @@ jobs:
27
echo "VERSION_POSTFIX=-${commit_hash}" >> $GITHUB_ENV
28
shell: bash
29
30
- - name: Cache tarantool build
31
- id: cache-tnt-release
32
- uses: actions/cache@v3
33
- with:
34
- path: ${{ env.TNT_RELEASE_PATH }}
35
- key: cache-tnt-release-master${{ env.VERSION_POSTFIX }}
36
-
37
- name: Clone tarantool
38
- if: steps.cache-tnt-release.outputs.cache-hit != 'true'
39
uses: actions/checkout@v3
40
with:
41
repository: tarantool/tarantool
@@ -45,7 +37,6 @@ jobs:
45
submodules: true
46
47
- name: Build tarantool
48
49
run: |
50
sudo apt-get -y install build-essential cmake make zlib1g-dev \
51
42
libreadline-dev libncurses5-dev libssl-dev libunwind-dev \
0 commit comments