test
Some checks failed
link / Link assets on Linux (push) Failing after 19s

This commit is contained in:
6arelyFuture 2024-03-26 18:07:22 +01:00
parent 0018f1cb57
commit 460451d7d5

View File

@ -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"