Skip to content

Commit 19eb1f9

Browse files
patapenka-alexeyoleg-jukovec
authored andcommitted
ci: hotfix to build checks module
Part of #TNTP-1918
1 parent 7926576 commit 19eb1f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/testing.yml

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
- name: Setup tt environment
6060
run: tt init
6161

62+
# https://github.com/tarantool/checks/issues/64
63+
- name: Install specific CMake version
64+
run: pip3 install cmake==3.15.3
65+
6266
- name: Setup Tarantool ${{ matrix.tarantool }}
6367
if: matrix.tarantool != 'master'
6468
uses: tarantool/setup-tarantool@v2
@@ -85,6 +89,7 @@ jobs:
8589
- name: Setup Tarantool master
8690
if: matrix.tarantool == 'master' && steps.cache-latest.outputs.cache-hit != 'true'
8791
run: |
92+
sudo pip3 install cmake==3.15.3
8893
sudo tt install tarantool master
8994
9095
- name: Add Tarantool master to PATH

0 commit comments

Comments
 (0)