Skip to content

Commit 5aba7d6

Browse files
authored
ci: fix fedora 43 (rawhide) build (#510)
1 parent 5193674 commit 5aba7d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/install-dependencies

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ debian:*|ubuntu:*)
3131
*fedora:*)
3232
printf 'max_parallel_downloads=10\nfastestmirror=1\n' >> /etc/dnf/dnf.conf
3333
dnf -y clean all
34+
# Fix Fedora 43 (rawhide) build - install systemd and awk
35+
dnf -y install --allowerasing systemd awk
3436
dnf -y --setopt=deltarpm=0 update
3537
dnf -y install dnf-utils jq socat cryptsetup keyutils cracklib-dicts lsof \
3638
opensc pcsc-lite softhsm

0 commit comments

Comments
 (0)