From b3a9cd3fb9ddfa13922ab1611a5bf3eea9d234dc Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sun, 21 Jun 2026 16:00:35 +1000 Subject: [PATCH] Fix curl on almalinux --- .forgejo/workflows/ci.yml | 2 +- tests.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index b3faf28..71d7885 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: almalinux) dnf -y upgrade --refresh dnf -y install \ - ca-certificates curl gnupg2 git tar gzip findutils bash which jq \ + ca-certificates curl-minimal gnupg2 git tar gzip findutils bash which jq \ dnf-plugins-core epel-release dnf -y config-manager --set-enabled crb || true curl -fsSL https://github.com/saltstack/salt-install-guide/releases/latest/download/salt.repo > /etc/yum.repos.d/salt.repo diff --git a/tests.sh b/tests.sh index f1a4ebb..4130af3 100755 --- a/tests.sh +++ b/tests.sh @@ -150,6 +150,7 @@ translate_packages() { ansible) translated+=(ansible-core) ;; apache2) translated+=(httpd) ;; gnupg) translated+=(gnupg2) ;; + curl) translated+=(curl-minimal) ;; lsb-release) translated+=(redhat-lsb-core) ;; puppet) translated+=(puppet-agent) ;; python3-apt) ;;