Skip to content

Commit

Permalink
temurin doesn't have a jdk 21 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed Sep 20, 2023
1 parent 2aa7a33 commit 9e147f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dash-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v1
with:
distribution: 'temurin'
java-version: '21'
- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit 9e147f2

Please sign in to comment.