Skip to content

Commit

Permalink
https://github.com/marketplace/actions/automated-build-android-app-wi…
Browse files Browse the repository at this point in the history
…th-github-action
  • Loading branch information
vomw committed Aug 13, 2024
1 parent 04c3731 commit a45719d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
# submodules: 'true'

- name: set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: "17"
# distribution: 'oracle'
distribution: 'zulu'

# - name: uninstall jdk
# run: sudo apt purge openjdk-*-jdk
Expand Down

0 comments on commit a45719d

Please sign in to comment.