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 @@ -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
@@ -367,7 +367,7 @@ jobs:
367367 uses : actions/checkout@v3
368368
369369 - name : Install tools for package publishing
370- run : sudo apt install -y curl make
370+ run : sudo apt install -y curl make unzip
371371
372372 - name : Download RPM artifacts
373373 uses : actions/download-artifact@v3
@@ -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