From d65a1f197b6255e8bae5e683444700ec4a8e2059 Mon Sep 17 00:00:00 2001 From: Boulay Mathias Date: Mon, 1 May 2023 01:17:14 +0200 Subject: [PATCH] test: --- ci_build_global.sh | 2 +- extractndk.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci_build_global.sh b/ci_build_global.sh index 821fa56..e19cfb3 100755 --- a/ci_build_global.sh +++ b/ci_build_global.sh @@ -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 diff --git a/extractndk.sh b/extractndk.sh index 785ed36..7135268 100755 --- a/extractndk.sh +++ b/extractndk.sh @@ -1,2 +1,2 @@ #!/bin/sh -unzip -q android-ndk-$NDK_VERSION-linux-x86_64.zip +unzip -q android-ndk-$NDK_VERSION-linux.zip