remove NDK

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

View File

@ -27,12 +27,6 @@ jobs:
with:
distribution: "temurin"
java-version: 17
- name: Install NDK and cmake
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
run: |
apt update; apt -y install sdkmanager
source ndk.env
sdkmanager "ndk;${NDK_VERSION}" "cmake;${CMAKE_VERSION}"
- name: Build QA
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
env: