We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3029095 commit cc027fcCopy full SHA for cc027fc
sources/SDL/Native/build-android.sh
@@ -9,6 +9,7 @@ if [ ! -z "$GITHUB_ACTIONS" ]; then
9
# NDK already installed: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
10
sdkmanager=( /usr/local/lib/android/sdk/cmdline-tools/*/bin/sdkmanager )
11
${sdkmanager[-1]} --install "platforms;android-19"
12
+ sudo add-apt-repository ppa:deadsnakes/ppa
13
sudo apt update
14
sudo apt install python3.11 ninja-build
15
python="python3.11"
0 commit comments