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 3233722 commit 5f79e0c
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 @@ -478,7 +478,7 @@ jobs:
- name: Setup Android SDK
env:
JAVA_HOME: ${{ env.JAVA_HOME_17_X64 }}
JAVA_HOME: ${{ env.JAVA_HOME_17_ARM64 }}
uses: android-actions/setup-android@v3

- name: Install NDK
Expand Down

0 comments on commit 5f79e0c

Please sign in to comment.