mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
commit
67ac9e11a0
1 changed files with 1 additions and 6 deletions
5
.github/workflows/qa.yml
vendored
5
.github/workflows/qa.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue