Skip to content

Commit

Permalink
Update ci_build_global.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Oct 19, 2024
1 parent 262928a commit 259bc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_global.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export JDK_DEBUG_LEVEL=release

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

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

0 comments on commit 259bc59

Please sign in to comment.