Skip to content

Commit bb5de32

Browse files
move cmake installation before taraantool master
1 parent e1d2ac7 commit bb5de32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
tt version
6565
tt init
6666
67+
# Waiting until `checks` repo will be updated.
68+
- name: Install old CMake
69+
run: pip3 install cmake==3.15.3
70+
6771
- name: Install tarantool ${{ matrix.tarantool }}
6872
if: matrix.tarantool != 'master'
6973
uses: tarantool/setup-tarantool@v3
@@ -118,10 +122,6 @@ jobs:
118122
- name: Install test requirements
119123
run: pip3 install -r requirements-test.txt
120124

121-
# Waiting until `checks` repo will be updated.
122-
- name: Install old CMake
123-
run: pip3 install cmake==3.15.3
124-
125125
- name: Install the crud module for testing purposes
126126
run: tt rocks install crud 1.4.2
127127

0 commit comments

Comments
 (0)