Skip to content

Commit

Permalink
Use Java 17 for setting up Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Aug 7, 2024
1 parent 5f79e0c commit d5727da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ jobs:
- name: Install NDK
run: sdkmanager --install "ndk;${{ env.NDK_VERSION }}"
env:
JAVA_HOME: ${{ env.JAVA_HOME_17_X64 }}
JAVA_HOME: ${{ env.JAVA_HOME_17_ARM64 }}

# We cannot use artifacts as they cannot be shared between workflows, so use cache instead.
- name: Setup build cache
Expand Down

0 comments on commit d5727da

Please sign in to comment.