From 04d5e9f61216447eead7e3f5ea1d762cc0473fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Old=C5=99ich=20Jedli=C4=8Dka?= Date: Mon, 6 May 2024 00:08:34 +0200 Subject: [PATCH] Fedora test build fix --- .github/workflows/install-dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-dependencies b/.github/workflows/install-dependencies index 8bb17e10..3b3068b8 100755 --- a/.github/workflows/install-dependencies +++ b/.github/workflows/install-dependencies @@ -33,7 +33,7 @@ debian:*|ubuntu:*) printf 'max_parallel_downloads=10\nfastestmirror=1\n' >> /etc/dnf/dnf.conf dnf -y clean all dnf -y --setopt=deltarpm=0 update - dnf -y install dnf-utils jq socat cryptsetup keyutils + dnf -y install dnf-utils jq socat cryptsetup keyutils cracklib-dicts dnf -y builddep clevis ;;