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"