We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262928a commit 259bc59Copy full SHA for 259bc59
ci_build_global.sh
@@ -6,7 +6,7 @@ export JDK_DEBUG_LEVEL=release
6
7
if [ "$BUILD_IOS" != "1" ]; then
8
sudo apt update
9
- sudo apt -y install autoconf python unzip zip
+ sudo apt -y install autoconf python3 unzip zip
10
11
if [[ -z "$NDK_USE_EXISTING" ]]; then
12
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"
0 commit comments