File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ jobs:
311311 uses : actions/checkout@v3
312312
313313 - 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 cmake unzip
315315
316316 - name : Remove connector source code
317317 run : python3 .github/scripts/remove_source_code.py
@@ -336,7 +336,7 @@ jobs:
336336 - name : Install the crud module for testing purposes
337337 run : |
338338 curl -L https://tarantool.io/release/2/installer.sh | bash
339- sudo apt install -y tt
339+ sudo dnf install -y tt
340340 tt rocks install crud
341341
342342 - name : Run tests
@@ -503,7 +503,7 @@ jobs:
503503 - name : Install the crud module for testing purposes
504504 run : |
505505 curl -L https://tarantool.io/release/2/installer.sh | bash
506- sudo apt install -y tt
506+ apt install -y tt
507507 tt rocks install crud
508508
509509 - name : Run tests
You can’t perform that action at this time.
0 commit comments