We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd73ccb commit d7d3c69Copy full SHA for d7d3c69
sources/SDL/Native/build-android.sh
@@ -9,7 +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 install python3.11
+ sudo apt install python3.11 ninja-build
13
python="python3.11"
14
fi
15
0 commit comments