File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,8 @@ jobs:
311
311
uses : actions/checkout@v3
312
312
313
313
- name : Setup Python and test running tools
314
- run : dnf install -y python3 python3-libs python3-pip git make
314
+ # cmake rocks fail to install as expected without findutils
315
+ run : dnf install -y python3 python3-libs python3-pip git make cmake gcc unzip findutils
315
316
316
317
- name : Remove connector source code
317
318
run : python3 .github/scripts/remove_source_code.py
@@ -336,7 +337,7 @@ jobs:
336
337
- name : Install the crud module for testing purposes
337
338
run : |
338
339
curl -L https://tarantool.io/release/2/installer.sh | bash
339
- sudo apt install -y tt
340
+ sudo dnf install -y tt
340
341
tt rocks install crud
341
342
342
343
- name : Run tests
@@ -503,7 +504,7 @@ jobs:
503
504
- name : Install the crud module for testing purposes
504
505
run : |
505
506
curl -L https://tarantool.io/release/2/installer.sh | bash
506
- sudo apt install -y tt
507
+ apt install -y tt
507
508
tt rocks install crud
508
509
509
510
- name : Run tests
You can’t perform that action at this time.
0 commit comments