Skip to content

Commit d7d3c69

Browse files
committed
Install Ninja
1 parent cd73ccb commit d7d3c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/SDL/Native/build-android.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +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 install python3.11
12+
sudo apt install python3.11 ninja-build
1313
python="python3.11"
1414
fi
1515

0 commit comments

Comments
 (0)