This commit is contained in:
Boulay Mathias 2023-05-01 01:17:14 +02:00 committed by GitHub
parent e5457655c6
commit d65a1f197b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ 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.zip"
wget -nc -nv "https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux.zip"
./extractndk.sh
./maketoolchain.sh
else

View File

@ -1,2 +1,2 @@
#!/bin/sh
unzip -q android-ndk-$NDK_VERSION-linux-x86_64.zip
unzip -q android-ndk-$NDK_VERSION-linux.zip