diff --git a/.gitea/scripts/ci.sh b/.gitea/scripts/ci.sh index 0f08745..c8f1c52 100755 --- a/.gitea/scripts/ci.sh +++ b/.gitea/scripts/ci.sh @@ -18,6 +18,7 @@ if [[ -z "$PRIVATE_FASTFILE_2" ]]; then fi # Make sure we have cURL (and file for debugging) +echo "Downloading dependencies" dpkg --add-architecture i386 apt-get update > /dev/null 2>&1 apt-get install -y curl file libstdc++-13-dev:i386 > /dev/null 2>&1