Skip to content

Commit

Permalink
Remove NDK hack (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Aug 11, 2022
1 parent f338673 commit db3c0c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db3c0c6

Please sign in to comment.