diff --git a/.github/workflows/rawhide-fedora-build.yml b/.github/workflows/rawhide-fedora-build.yml index 34c0e32..02cc055 100644 --- a/.github/workflows/rawhide-fedora-build.yml +++ b/.github/workflows/rawhide-fedora-build.yml @@ -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 diff --git a/.github/workflows/stable-fedora-build.yml b/.github/workflows/stable-fedora-build.yml index 1da3fe7..3a70740 100644 --- a/.github/workflows/stable-fedora-build.yml +++ b/.github/workflows/stable-fedora-build.yml @@ -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