Skip to content

Commit cc027fc

Browse files
committed
Fix android build harder
1 parent 3029095 commit cc027fc

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 add-apt-repository ppa:deadsnakes/ppa
1213
sudo apt update
1314
sudo apt install python3.11 ninja-build
1415
python="python3.11"

0 commit comments

Comments
 (0)