Skip to content

Commit

Permalink
.github/android_release.yml: remove ext11 to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidsastresas committed Apr 24, 2024
1 parent 404545f commit d9df61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --uninstall "platforms;android-34"
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --uninstall "platforms;android-34-ext8"
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --uninstall "platforms;android-34-ext10"
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --uninstall "platforms;android-34-ext11"
- name: Install ccache
run: sudo apt-get install ccache
Expand Down

0 comments on commit d9df61e

Please sign in to comment.