ensure curl is installed in container

This commit is contained in:
Armin Schrenk
2026-02-16 16:53:07 +01:00
parent 5e29f08d2b
commit 738bd56270

View File

@@ -90,7 +90,7 @@ jobs:
run: |
pacman-key --init
pacman-key --populate archlinux
pacman -Syu --noconfirm --needed git base-devel sudo gnupg maven unzip github-cli
pacman -Syu --noconfirm --needed git base-devel sudo gnupg maven unzip github-cli curl
- name: Download source tarball and compute checksum
id: sha256
run: |