Skip to content

Commit

Permalink
Update build-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Nov 24, 2024
1 parent a8c0179 commit 26c90f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Switch to Java 8
run: |
sudo update-alternatives --set java $(update-alternatives --list java | grep java-8-openjdk | tail -1)
sudo update-alternatives --set java $(update-alternatives --list java | grep java-8-openjdk | awk '{print $3}')
java -version # Verify Java version
- name: Accept Android SDK licenses
Expand Down

0 comments on commit 26c90f6

Please sign in to comment.