Преглед изворни кода

Merge pull request #12512 from nextcloud/qaFails

Fix QA failure
Andy Scherzinger пре 1 година
родитељ
комит
67ac9e11a0
1 измењених фајлова са 1 додато и 6 уклоњено
  1. 1 6
      .github/workflows/qa.yml

+ 1 - 6
.github/workflows/qa.yml

@@ -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
 
@@ -27,11 +27,6 @@ jobs:
                 with:
                     distribution: "temurin"
                     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
                 if: ${{ steps.check-secrets.outputs.ok == 'true' }}
                 env: