From 10d7f5d1977cb50d93b15e1d0713da6b2885478b Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Mon, 14 Oct 2024 12:46:06 -0600 Subject: [PATCH] actions: add ninja requirement --- .github/workflows/android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 61ec47e0c..65221f0a5 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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