File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ 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
+ run : dnf install -y python3 python3-libs python3-pip git make unzip
315
315
316
316
- name : Remove connector source code
317
317
run : python3 .github/scripts/remove_source_code.py
@@ -336,7 +336,7 @@ jobs:
336
336
- name : Install the crud module for testing purposes
337
337
run : |
338
338
curl -L https://tarantool.io/release/2/installer.sh | bash
339
- sudo apt install -y tt
339
+ sudo dnf install -y tt
340
340
tt rocks install crud
341
341
342
342
- name : Run tests
@@ -503,7 +503,7 @@ jobs:
503
503
- name : Install the crud module for testing purposes
504
504
run : |
505
505
curl -L https://tarantool.io/release/2/installer.sh | bash
506
- sudo apt install -y tt
506
+ apt install -y tt
507
507
tt rocks install crud
508
508
509
509
- name : Run tests
You can’t perform that action at this time.
0 commit comments