From 1a74a46c8011a4870efb8730cd9155d2b0650339 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Thu, 10 Jun 2021 15:58:44 +0700 Subject: [PATCH] Auto install missing deps --- ci_build_global.sh | 1 + 1 file changed, 1 insertion(+) 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