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 7926576 commit 19eb1f9Copy full SHA for 19eb1f9
.github/workflows/testing.yml
@@ -59,6 +59,10 @@ jobs:
59
- name: Setup tt environment
60
run: tt init
61
62
+ # https://github.com/tarantool/checks/issues/64
63
+ - name: Install specific CMake version
64
+ run: pip3 install cmake==3.15.3
65
+
66
- name: Setup Tarantool ${{ matrix.tarantool }}
67
if: matrix.tarantool != 'master'
68
uses: tarantool/setup-tarantool@v2
@@ -85,6 +89,7 @@ jobs:
85
89
- name: Setup Tarantool master
86
90
if: matrix.tarantool == 'master' && steps.cache-latest.outputs.cache-hit != 'true'
87
91
run: |
92
+ sudo pip3 install cmake==3.15.3
88
93
sudo tt install tarantool master
94
95
- name: Add Tarantool master to PATH
0 commit comments