Skip to content

Commit

Permalink
fix(ci): specify java jdk distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Dec 11, 2023
1 parent f4195ac commit 12ae975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Setup JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11

- uses: actions/setup-node@v4
Expand Down

0 comments on commit 12ae975

Please sign in to comment.