actions: add ninja requirement
This commit is contained in:
parent
bed1dc43cd
commit
10d7f5d197
1 changed files with 2 additions and 0 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install xmllint
|
||||
run: sudo apt-get install -y ninja-build
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Clone submodules
|
||||
|
|
Loading…
Reference in a new issue