ci: prepare: Fix syntax for dnf5 in Fedora 41
dustin/sshca-cli/pipeline/head There was a failure building this commit Details

Apparently, `dnf5` differs from `dnf` in that it does not ignore the
trailing `--` argument:

> Unknown argument "--" for command "install". Add "--help" for more
> information about the arguments.
dev/auto-reload
Dustin 2024-11-06 19:22:36 -06:00
parent a98ecc5cac
commit 63edc180d5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dnf install -y \
rust \
systemd-rpm-macros \
tar \
--
&& :
install -m u=rwx,go= -d "${GNUPGHOME}"
cat > "${GNUPGHOME}"/gpg-agent.conf <<EOF