Update ci_build_global.sh

This commit is contained in:
LegacyGamerHD 2021-01-22 20:22:07 +01:00 committed by GitHub
parent 5adef920a6
commit e714d64453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@ set -e
export JDK_DEBUG_LEVEL=release
apt-get update
. setdevkitpath.sh
sudo apt-get update
./setdevkitpath.sh
wget -nc -nv -O android-ndk-$NDK_VERSION-linux-x86_64.zip "https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip"
./extractndk.sh