We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafa5aa commit 3029095Copy full SHA for 3029095
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 apt update
13
sudo apt install python3.11 ninja-build
14
python="python3.11"
15
fi
0 commit comments