Skip to content

Commit

Permalink
Install Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 27, 2024
1 parent cd73ccb commit d7d3c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/SDL/Native/build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ ! -z "$GITHUB_ACTIONS" ]; then
# NDK already installed: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
sdkmanager=( /usr/local/lib/android/sdk/cmdline-tools/*/bin/sdkmanager )
${sdkmanager[-1]} --install "platforms;android-19"
sudo apt install python3.11
sudo apt install python3.11 ninja-build
python="python3.11"
fi

Expand Down

0 comments on commit d7d3c69

Please sign in to comment.