We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6d5d9 commit 2b34226Copy full SHA for 2b34226
.github/workflows/install-dependencies
@@ -34,6 +34,7 @@ debian:*|ubuntu:*)
34
dnf -y clean all
35
dnf -y --setopt=deltarpm=0 update
36
dnf -y install dnf-utils jq socat cryptsetup keyutils cracklib-dicts lsof
37
+ command -v dnf5 && dnf5 -y install dnf5-command\(builddep\) || dnf -y install dnf-command\(builddep\)
38
dnf -y builddep clevis
39
;;
40
0 commit comments