Skip to content

Commit 2ea592a

Browse files
try to install old cmake for checks module
1 parent 6de7eb9 commit 2ea592a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
curl -L https://tarantool.io/release/2/installer.sh | sudo bash
6363
sudo apt install -y tt
6464
tt version
65-
tt init
65+
tt init
6666
6767
- name: Install tarantool ${{ matrix.tarantool }}
6868
if: matrix.tarantool != 'master'
@@ -118,6 +118,10 @@ jobs:
118118
- name: Install test requirements
119119
run: pip3 install -r requirements-test.txt
120120

121+
# Temporary solution, waiting for the `checks` module update.
122+
- name: Install old CMake for checks dependency
123+
run: pip3 install cmake==3.4
124+
121125
- name: Install the crud module for testing purposes
122126
run: |
123127
tt rocks install crud 1.5.2

0 commit comments

Comments
 (0)