Skip to content

Commit

Permalink
Add dependency to ninja build system
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Jul 28, 2023
1 parent 6b6b4a9 commit 18a9e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: sudo apt-get update

- name: Installing Python and OpenJDK
run: sudo apt-get install -y python openjdk-8-jdk-headless libncurses5 ccache
run: sudo apt-get install -y python openjdk-8-jdk-headless libncurses5 ccache ninja-build

- name: Installing system dependencies
run: |
Expand Down

0 comments on commit 18a9e00

Please sign in to comment.