Skip to content

Commit f279f50

Browse files
committed
remove alternative cmake version
1 parent 42a3cbb commit f279f50

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/reusable-run.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
- name: Setup tt environment
3737
run: tt init
3838

39-
# https://github.com/tarantool/checks/issues/64
40-
- name: Install specific CMake version
41-
run: pip3 install cmake==3.15.3
42-
4339
- name: Setup Tarantool ${{ inputs.tarantool-version }}
4440
if: inputs.tarantool-version != 'master'
4541
uses: tarantool/setup-tarantool@v4
@@ -66,7 +62,6 @@ jobs:
6662
- name: Setup Tarantool master
6763
if: inputs.tarantool-version == 'master' && steps.cache-latest.outputs.cache-hit != 'true'
6864
run: |
69-
sudo pip3 install cmake==3.15.3
7065
sudo tt install tarantool master
7166
7267
- name: Add Tarantool master to PATH

0 commit comments

Comments
 (0)