mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 12:47:00 -04:00
Update ci_build_global.sh
This commit is contained in:
parent
81451988bb
commit
96dca799d0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user