Skip to content

Commit e404208

Browse files
committed
Fix CI
1 parent eecd3b4 commit e404208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rawhide-fedora-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: cat /etc/fedora-release
2222

2323
- name: installing dependecies
24-
run: dnf -y install dnf-plugins-core python3-dnf-plugins-core; dnf -y builddep usbguard selinux-policy
24+
run: dnf -y install 'dnf5-command(builddep)'; dnf -y builddep usbguard selinux-policy
2525

2626
- name: make
2727
run: make

.github/workflows/stable-fedora-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: cat /etc/fedora-release
2222

2323
- name: installing dependecies
24-
run: dnf -y install dnf-plugins-core python3-dnf-plugins-core; dnf -y builddep usbguard selinux-policy
24+
run: dnf -y install dnf-utils dnf-plugins-core python3-dnf-plugins-core; dnf -y builddep usbguard selinux-policy
2525

2626
- name: make
2727
run: make

0 commit comments

Comments
 (0)