Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
radosroka committed May 30, 2024
1 parent eecd3b4 commit ccc1ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rawhide-fedora-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: cat /etc/fedora-release

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

- name: make
run: make
2 changes: 1 addition & 1 deletion .github/workflows/stable-fedora-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: cat /etc/fedora-release

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

- name: make
run: make

0 comments on commit ccc1ff4

Please sign in to comment.