Skip to content

Commit

Permalink
Switch all scripts to use Temurin
Browse files Browse the repository at this point in the history
Use Eclipse Temurin JDK in all lighty.io yang validator
scripts used by Github Actions.

Signed-off-by: Ivan Hrasko <[email protected]>
(cherry picked from commit 2614b29)
  • Loading branch information
ihrasko committed Sep 28, 2023
1 parent 723e384 commit ae88987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'
distribution: 'temurin'
- name: Cache SonarCloud packages
uses: actions/cache@v1
if: ${{ env.SONAR_TOKEN != 0 }}
Expand Down

0 comments on commit ae88987

Please sign in to comment.