From 460451d7d58666335b7c0d5cad3b1497b48b2f59 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Tue, 26 Mar 2024 18:07:22 +0100 Subject: [PATCH] test --- .gitea/scripts/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/scripts/ci.sh b/.gitea/scripts/ci.sh index 251a3dd..a811253 100755 --- a/.gitea/scripts/ci.sh +++ b/.gitea/scripts/ci.sh @@ -6,9 +6,9 @@ if [[ -z "$OAT_VERSION" ]]; then exit 1 fi -# Make sure we have cURL +# Make sure we have cURL and file apt-get update -apt-get install -y curl +apt-get install -y curl file # Construct the download URL DOWNLOAD_URL="https://github.com/Laupetin/OpenAssetTools/releases/download/v${OAT_VERSION}/oat-linux.tar.gz"