Skip to content

Commit

Permalink
Bump java version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Nov 18, 2022
1 parent c72c497 commit ccc3a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- uses: actions/checkout@v2

- name: "Set up JDK"
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: 11

- name: "Set up NDK"
uses: nttld/setup-ndk@v1
Expand Down

0 comments on commit ccc3a16

Please sign in to comment.