Skip to content

Commit ba00953

Browse files
try pip under sudo
1 parent 2c7333f commit ba00953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup Tarantool master
9090
if: matrix.tarantool == 'master' && steps.cache-latest.outputs.cache-hit != 'true'
9191
run: |
92-
sudo apt install cmake=3.15.3
92+
sudo pip3 install cmake==3.15.3
9393
sudo tt install tarantool master
9494
9595
- name: Add Tarantool master to PATH

0 commit comments

Comments
 (0)