Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oldium committed Feb 12, 2025
1 parent 71310bd commit 542e9a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ debian:*|ubuntu:*)
*fedora:*)
printf 'max_parallel_downloads=10\nfastestmirror=1\n' >> /etc/dnf/dnf.conf
dnf -y clean all
echo "Removing package"
dnf -y remove systemd-standalone-sysusers || :
echo "Updating"
dnf -y --setopt=deltarpm=0 update
echo "Installing"
dnf -y install dnf-utils jq socat cryptsetup keyutils cracklib-dicts lsof \
opensc pcsc-lite softhsm swtpm-tools tpm-tools trousers
command -v dnf5 && dnf5 -y install dnf5-command\(builddep\) \
Expand Down

0 comments on commit 542e9a6

Please sign in to comment.