Skip to content

Commit 07b936d

Browse files
ci: fix package manager for fedora
Follows #264
1 parent 5c4d06f commit 07b936d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packing.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)