From 738bd562703db26b995de3e7ea0459fa715f33c1 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 16 Feb 2026 16:53:07 +0100 Subject: [PATCH] ensure curl is installed in container --- .github/workflows/linux-makepkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-makepkg.yml b/.github/workflows/linux-makepkg.yml index eabc054b0..855d7b103 100644 --- a/.github/workflows/linux-makepkg.yml +++ b/.github/workflows/linux-makepkg.yml @@ -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: |