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