ci: prepare: Fix syntax for dnf5 in Fedora 41
dustin/sshca-cli/pipeline/head There was a failure building this commit
Details
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
parent
a98ecc5cac
commit
63edc180d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue