Skip to content

Commit

Permalink
ci: change liberica to Temurin because Liberica is unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 13, 2023
1 parent 451a843 commit f697360
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Java ${{ needs.check-aya-version.outputs.javaVersion }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'liberica'
# see https://twitter.com/quasivalence/status/1734799574181548311
distribution: 'temurin'
java-version: ${{ needs.check-aya-version.outputs.javaVersion }}
- name: gradle publish
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit f697360

Please sign in to comment.