Update ci_build_global.sh

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

View File

@ -4,7 +4,7 @@ set -e
export JDK_DEBUG_LEVEL=release
sudo apt-get update
./setdevkitpath.sh
. 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