Skip to content

Commit

Permalink
chore: upgrade JDK version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed May 2, 2024
1 parent bf82d3a commit e0c615b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
repository: ${{ github.event.inputs.repo }}
ref: ${{ github.event.inputs.branch }}

- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'

- name: Install Rust toolchain
id: rust_toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit e0c615b

Please sign in to comment.