Skip to content

Commit a09bb66

Browse files
cmake: install specific version to suppress installation error
1 parent 7926576 commit a09bb66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
- name: Setup tt environment
6060
run: tt init
6161

62+
# Waiting until `checks` repo will be updated.
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

0 commit comments

Comments
 (0)