Skip to content

Commit

Permalink
ci: fix fedora 43 (rawhide) build
Browse files Browse the repository at this point in the history
  • Loading branch information
oldium committed Feb 12, 2025
1 parent 71310bd commit b0ba685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ debian:*|ubuntu:*)
*fedora:*)
printf 'max_parallel_downloads=10\nfastestmirror=1\n' >> /etc/dnf/dnf.conf
dnf -y clean all
# Fix Fedora 43 (rawhide) build - install systemd and awk
dnf -y install --allowerasing systemd awk
dnf -y --setopt=deltarpm=0 update
dnf -y install dnf-utils jq socat cryptsetup keyutils cracklib-dicts lsof \
opensc pcsc-lite softhsm swtpm-tools tpm-tools trousers
Expand Down

0 comments on commit b0ba685

Please sign in to comment.