Skip to content

Commit 46a1ac8

Browse files
maksim.konovalovKaymeKaydex
authored andcommitted
hotfix: cmake for testing
1 parent 32275eb commit 46a1ac8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
- name: Setup tt environment
4343
run: tt init
4444

45+
# https://github.com/tarantool/checks/issues/64
46+
- name: Install specific CMake version
47+
run: pip3 install cmake==3.15.3
48+
4549
- name: Setup Tarantool ${{ matrix.tarantool }}
4650
if: matrix.tarantool != 'master'
4751
uses: tarantool/setup-tarantool@v2
@@ -68,6 +72,7 @@ jobs:
6872
- name: Setup Tarantool master
6973
if: matrix.tarantool == 'master' && steps.cache-latest.outputs.cache-hit != 'true'
7074
run: |
75+
sudo pip3 install cmake==3.15.3
7176
sudo tt install tarantool master
7277
7378
- name: Add Tarantool master to PATH

0 commit comments

Comments
 (0)