diff --git a/ci_build_global.sh b/ci_build_global.sh index fed4b39..2f75b56 100755 --- a/ci_build_global.sh +++ b/ci_build_global.sh @@ -6,6 +6,7 @@ export JDK_DEBUG_LEVEL=release if [ "$BUILD_IOS" != "1" ]; then sudo apt update + sudo apt -y install autoconf python unzip zip 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