build: forgot about this
All checks were successful
link / Link assets on Linux (push) Successful in 36s

This commit is contained in:
6arelyFuture 2024-06-10 18:59:21 +00:00
parent 9be0e5ff74
commit 63eb2ccbd9

View File

@ -18,6 +18,7 @@ if [[ -z "$PRIVATE_FASTFILE_2" ]]; then
fi fi
# Make sure we have cURL (and file for debugging) # Make sure we have cURL (and file for debugging)
echo "Downloading dependencies"
dpkg --add-architecture i386 dpkg --add-architecture i386
apt-get update > /dev/null 2>&1 apt-get update > /dev/null 2>&1
apt-get install -y curl file libstdc++-13-dev:i386 > /dev/null 2>&1 apt-get install -y curl file libstdc++-13-dev:i386 > /dev/null 2>&1