From 8cb574eb578a5fdace6c31dc273dfc06ce4a0fc7 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Tue, 28 May 2024 17:41:39 +0200 Subject: [PATCH] Ensure dnf builddep is installed in Fedora Resolves: #465 Signed-off-by: Sergio Arroutbi --- .github/workflows/install-dependencies | 1 + 1 file changed, 1 insertion(+) 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 ;;