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) ;;