Fail QA failure

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-02-06 10:40:11 +01:00
parent d0d99953e4
commit cb9843be4f
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ permissions:
pull-requests: write
contents: read
concurrency:
concurrency:
group: qa-build-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
@ -30,8 +30,9 @@ jobs:
- name: Install NDK and cmake
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
run: |
apt update; apt -y install sdkmanager
source ndk.env
/usr/local/lib/android/sdk/tools/bin/sdkmanager "ndk;${NDK_VERSION}" "cmake;${CMAKE_VERSION}"
sdkmanager "ndk;${NDK_VERSION}" "cmake;${CMAKE_VERSION}"
- name: Build QA
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
env: