Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
- name: Setup tt environment
run: tt init

# https://github.com/tarantool/checks/issues/64
- name: Install specific CMake version
run: pip3 install cmake==3.15.3

- name: Setup Tarantool ${{ matrix.tarantool }}
if: matrix.tarantool != 'master'
uses: tarantool/setup-tarantool@v2
Expand All @@ -85,6 +89,7 @@ jobs:
- name: Setup Tarantool master
if: matrix.tarantool == 'master' && steps.cache-latest.outputs.cache-hit != 'true'
run: |
sudo pip3 install cmake==3.15.3
sudo tt install tarantool master

- name: Add Tarantool master to PATH
Expand Down
Loading