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 32275eb commit 46a1ac8Copy full SHA for 46a1ac8
.github/workflows/main.yml
@@ -42,6 +42,10 @@ jobs:
42
- name: Setup tt environment
43
run: tt init
44
45
+ # https://github.com/tarantool/checks/issues/64
46
+ - name: Install specific CMake version
47
+ run: pip3 install cmake==3.15.3
48
+
49
- name: Setup Tarantool ${{ matrix.tarantool }}
50
if: matrix.tarantool != 'master'
51
uses: tarantool/setup-tarantool@v2
@@ -68,6 +72,7 @@ jobs:
68
72
- name: Setup Tarantool master
69
73
if: matrix.tarantool == 'master' && steps.cache-latest.outputs.cache-hit != 'true'
70
74
run: |
75
+ sudo pip3 install cmake==3.15.3
71
76
sudo tt install tarantool master
77
78
- name: Add Tarantool master to PATH
0 commit comments