Skip to content

Commit

Permalink
fix(ci): use jdk 11
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Dec 11, 2023
1 parent c9a7d5f commit 133065a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup JDK 1.8
uses: actions/setup-java@v1
- name: Setup JDK 11
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin'
java-version: 11

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

0 comments on commit 133065a

Please sign in to comment.