Skip to content

Commit

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

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
  • Loading branch information
sarroutbi committed May 28, 2024
1 parent c03dbf3 commit 7c99405
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
dnf -y install dnf-command\(builddep\)
dnf -y builddep clevis
;;

Expand Down

0 comments on commit 7c99405

Please sign in to comment.