Skip to content

Commit 259bc59

Browse files
authored
Update ci_build_global.sh
1 parent 262928a commit 259bc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build_global.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export JDK_DEBUG_LEVEL=release
66

77
if [ "$BUILD_IOS" != "1" ]; then
88
sudo apt update
9-
sudo apt -y install autoconf python unzip zip
9+
sudo apt -y install autoconf python3 unzip zip
1010

1111
if [[ -z "$NDK_USE_EXISTING" ]]; then
1212
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

Comments
 (0)