diff --git a/.github/workflows/install-dependencies b/.github/workflows/install-dependencies index cc963612..87b52b5f 100755 --- a/.github/workflows/install-dependencies +++ b/.github/workflows/install-dependencies @@ -34,6 +34,7 @@ debian:*|ubuntu:*) dnf -y clean all dnf -y --setopt=deltarpm=0 update dnf -y install dnf-utils jq socat cryptsetup keyutils cracklib-dicts lsof + command -v dnf5 && dnf5 -y install dnf5-command\(builddep\) || dnf -y install dnf-command\(builddep\) dnf -y builddep clevis ;;