diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4dd68b3..482ad7f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -41,6 +41,11 @@ jobs: bash -c ' set -e + # Install curl first + echo "Installing curl..." + apt-get update + apt-get install -y curl + # Try apt-cacher-ng first, fallback to Debian's automatic mirror selection echo "Checking for apt-cacher-ng availability..." @@ -57,6 +62,11 @@ jobs: echo "Using httpredir.debian.org for automatic mirror selection" fi + # Add Debian GPG keys + echo "Adding Debian GPG keys..." + apt-get update + apt-get install -y debian-archive-keyring + # Update and install remaining dependencies apt-get update apt-get install -y \