qa: Ensure NDK and cmake are present

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey Vilas 2022-03-15 11:26:01 +01:00
parent 12ce7c2837
commit 3b5d9ddabf
No known key found for this signature in database
GPG Key ID: 2585783189A62105
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
with:
distribution: "temurin"
java-version: 11
- name: Install NDK and cmake
run: /usr/local/lib/android/sdk/tools/bin/sdkmanager 'ndk;21.4.7075529' 'cmake;3.18.1'
- name: Build QA
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
env: