build: suppress output for apt
Some checks failed
link / Link assets on Linux (push) Has been cancelled
Some checks failed
link / Link assets on Linux (push) Has been cancelled
This commit is contained in:
parent
cee2aabd07
commit
9be0e5ff74
@ -19,8 +19,8 @@ fi
|
||||
|
||||
# Make sure we have cURL (and file for debugging)
|
||||
dpkg --add-architecture i386
|
||||
apt-get update
|
||||
apt-get install -y curl file libstdc++-13-dev:i386
|
||||
apt-get update > /dev/null 2>&1
|
||||
apt-get install -y curl file libstdc++-13-dev:i386 > /dev/null 2>&1
|
||||
|
||||
# Construct the download URL
|
||||
DOWNLOAD_URL="https://github.com/Laupetin/OpenAssetTools/releases/download/v${OAT_VERSION}/oat-linux.tar.gz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user