Skip to content

Commit d579f02

Browse files
committed
Fedora test build fix
1 parent 358eb6b commit d579f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ debian:*|ubuntu:*)
3333
printf 'max_parallel_downloads=10\nfastestmirror=1\n' >> /etc/dnf/dnf.conf
3434
dnf -y clean all
3535
dnf -y --setopt=deltarpm=0 update
36-
dnf -y install dnf-utils jq socat cryptsetup keyutils
36+
dnf -y install dnf-utils jq socat cryptsetup keyutils cracklib-dicts
3737
dnf -y builddep clevis
3838
;;
3939

0 commit comments

Comments
 (0)