Skip to content

Commit

Permalink
Ensure dnf builddep is installed in Fedora (#466)
Browse files Browse the repository at this point in the history
Resolves: #465

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored May 28, 2024
1 parent 4c6d5d9 commit 2b34226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;

Expand Down

0 comments on commit 2b34226

Please sign in to comment.