Skip to content

Commit

Permalink
CI: Android build fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Nov 7, 2024
1 parent 0cece57 commit 9c8a515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Setup Android SDK and NDK
uses: android-actions/setup-android@v3
with:
# Using an old version to be compatible with Java 11.
# Using an old version to be compatible with older Java.
cmdline-tools-version: 8512546
packages: tools platform-tools ndk;${{env.ANDROID_NDK_VERSION}}
packages: build-tools;28.0.3 platforms;android-28 cmake;3.10.2.4988404 ndk;${{env.ANDROID_NDK_VERSION}}

# Use python 3.x release (works cross platform)
- name: Set up Python 3.x
Expand Down

0 comments on commit 9c8a515

Please sign in to comment.