We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5193674 commit 5aba7d6Copy full SHA for 5aba7d6
.github/workflows/install-dependencies
@@ -31,6 +31,8 @@ debian:*|ubuntu:*)
31
*fedora:*)
32
printf 'max_parallel_downloads=10\nfastestmirror=1\n' >> /etc/dnf/dnf.conf
33
dnf -y clean all
34
+ # Fix Fedora 43 (rawhide) build - install systemd and awk
35
+ dnf -y install --allowerasing systemd awk
36
dnf -y --setopt=deltarpm=0 update
37
dnf -y install dnf-utils jq socat cryptsetup keyutils cracklib-dicts lsof \
38
opensc pcsc-lite softhsm
0 commit comments