Skip to content

Commit

Permalink
use temurin jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Mar 31, 2024
1 parent 5f38a03 commit cd1b7bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: '🚔'
on: [ push ]
jobs:
check:
if: startsWith(github.ref, 'refs/tags/v') == false
runs-on: ubuntu-22.04
steps:

Expand All @@ -12,7 +11,7 @@ jobs:

- uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: '17'
cache: 'gradle'

Expand Down

0 comments on commit cd1b7bc

Please sign in to comment.