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 a09bb66Copy full SHA for a09bb66
.github/workflows/testing.yml
@@ -59,6 +59,10 @@ jobs:
59
- name: Setup tt environment
60
run: tt init
61
62
+ # Waiting until `checks` repo will be updated.
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
0 commit comments