We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecd3b4 commit e404208Copy full SHA for e404208
.github/workflows/rawhide-fedora-build.yml
@@ -21,7 +21,7 @@ jobs:
21
run: cat /etc/fedora-release
22
23
- name: installing dependecies
24
- run: dnf -y install dnf-plugins-core python3-dnf-plugins-core; dnf -y builddep usbguard selinux-policy
+ run: dnf -y install 'dnf5-command(builddep)'; dnf -y builddep usbguard selinux-policy
25
26
- name: make
27
run: make
.github/workflows/stable-fedora-build.yml
+ run: dnf -y install dnf-utils dnf-plugins-core python3-dnf-plugins-core; dnf -y builddep usbguard selinux-policy
0 commit comments