From 63eb2ccbd9b61352096bd863b3723fcddf5986f1 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Mon, 10 Jun 2024 18:59:21 +0000 Subject: [PATCH] build: forgot about this --- .gitea/scripts/ci.sh | 1 + 1 file changed, 1 insertion(+) 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