From a9aac5a1bf10a935511d7e769489b691846d1625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp=20=28TWiStErRob=29?= Date: Thu, 11 Aug 2022 00:33:17 +0100 Subject: [PATCH] Remove NDK hack --- .github/workflows/CI.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 984563188..01e6b8d91 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -142,12 +142,6 @@ jobs: - name: Install Android SDK components run: | - # Uninstall NDK, because it's not used and it emits a warning: - # Warning: Observed package id 'ndk;21.4.7075529' in inconsistent location '/usr/local/lib/android/sdk/ndk-bundle' (Expected '/usr/local/lib/android/sdk/ndk/21.4.7075529') - echo sdkmanager --uninstall "ndk;21.4.7075529" - sdkmanager --uninstall "ndk;21.4.7075529" - echo "ANDROID_NDK_HOME=" >> $GITHUB_ENV - # The following are already done by setup-android@v2 action: # sdkmanager --install "cmdline-tools;latest" # sdkmanager --install "tools"