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 a09bb66 commit d3999e7Copy full SHA for d3999e7
.github/workflows/testing.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Setup Tarantool ${{ matrix.tarantool }}
67
if: matrix.tarantool != 'master'
68
- uses: tarantool/setup-tarantool@v2
+ uses: tarantool/setup-tarantool@v3
69
with:
70
tarantool-version: ${{ matrix.tarantool }}
71
@@ -89,6 +89,7 @@ jobs:
89
- name: Setup Tarantool master
90
if: matrix.tarantool == 'master' && steps.cache-latest.outputs.cache-hit != 'true'
91
run: |
92
+ sudo apt install cmake=3.15.3
93
sudo tt install tarantool master
94
95
- name: Add Tarantool master to PATH
0 commit comments