Skip to content

Commit d3999e7

Browse files
force install cmake 3.15.3 under sudo
1 parent a09bb66 commit d3999e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Setup Tarantool ${{ matrix.tarantool }}
6767
if: matrix.tarantool != 'master'
68-
uses: tarantool/setup-tarantool@v2
68+
uses: tarantool/setup-tarantool@v3
6969
with:
7070
tarantool-version: ${{ matrix.tarantool }}
7171

@@ -89,6 +89,7 @@ jobs:
8989
- name: Setup Tarantool master
9090
if: matrix.tarantool == 'master' && steps.cache-latest.outputs.cache-hit != 'true'
9191
run: |
92+
sudo apt install cmake=3.15.3
9293
sudo tt install tarantool master
9394
9495
- name: Add Tarantool master to PATH

0 commit comments

Comments
 (0)