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 @@ -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
@@ -367,7 +367,7 @@ jobs:
367
367
uses : actions/checkout@v3
368
368
369
369
- name : Install tools for package publishing
370
- run : sudo apt install -y curl make
370
+ run : sudo apt install -y curl make unzip
371
371
372
372
- name : Download RPM artifacts
373
373
uses : actions/download-artifact@v3
@@ -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