Update ci_build_global.sh

This commit is contained in:
Duy Tran Khanh 2021-06-10 15:57:51 +07:00 committed by GitHub
parent 81451988bb
commit 96dca799d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ export JDK_DEBUG_LEVEL=release
if [ "$BUILD_IOS" != "1" ]; then if [ "$BUILD_IOS" != "1" ]; then
sudo apt update sudo apt update
sudo apt -y install unzip python 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" 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 ./extractndk.sh