Skip to content

Commit 016203c

Browse files
ci: fix crud install
Set valid package manager for fedora. Fix using apt for docker: debian/ubuntu containers are sudoless. Follows #264
1 parent 5c4d06f commit 016203c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/packing.yml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)