Skip to content

Commit

Permalink
Fix workflow by switching to zulu java
Browse files Browse the repository at this point in the history
  • Loading branch information
gudzpoz committed Apr 24, 2024
1 parent cdd9447 commit 7b3f58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '8'
- run: echo "JAVA_8=$JAVA_HOME" >> $GITHUB_ENV
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '11'
- run: echo "JAVA_11=$JAVA_HOME" >> $GITHUB_ENV
- name: Cache Gradle packages
Expand Down

0 comments on commit 7b3f58b

Please sign in to comment.