build: more docker tests
Some checks failed
link / Link assets on Linux (push) Failing after 22s

This commit is contained in:
6arelyFuture 2024-03-26 18:10:07 +01:00
parent 460451d7d5
commit 284c2469fc

View File

@ -6,7 +6,8 @@ if [[ -z "$OAT_VERSION" ]]; then
exit 1 exit 1
fi fi
# Make sure we have cURL and file # Make sure we have cURL (and file for debugging)
dpkg --add-architecture i386
apt-get update apt-get update
apt-get install -y curl file apt-get install -y curl file
@ -36,8 +37,4 @@ rm -rf "$TEMP_DIR"
echo "OpenAssetTools version $OAT_VERSION has been installed." echo "OpenAssetTools version $OAT_VERSION has been installed."
cd /usr/local/bin Linker --help
file Linker
file Unlinker
./Linker --help