Skip to content

Commit

Permalink
main.yml: use "temurin" openjdk. Hope this fix issue jMonkeyEngine#1896.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-RS committed Jan 9, 2023
1 parent 5b9fc87 commit 92acedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Setup the java environment
uses: actions/setup-java@v3
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: ${{ matrix.jdk }}

- name: Download natives for android
Expand Down

0 comments on commit 92acedb

Please sign in to comment.