Skip to content

Commit 3029095

Browse files
committedFeb 11, 2025
Fix android build
1 parent aafa5aa commit 3029095

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎sources/SDL/Native/build-android.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if [ ! -z "$GITHUB_ACTIONS" ]; then
99
# NDK already installed: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
1010
sdkmanager=( /usr/local/lib/android/sdk/cmdline-tools/*/bin/sdkmanager )
1111
${sdkmanager[-1]} --install "platforms;android-19"
12+
sudo apt update
1213
sudo apt install python3.11 ninja-build
1314
python="python3.11"
1415
fi

0 commit comments

Comments
 (0)