Skip to content

Commit

Permalink
Try using zulu for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Sep 21, 2023
1 parent ce63516 commit dc1406f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '21'
cache: 'sbt'
- name: Compile
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '21'
- name: Compile
run: sbt compile
Expand Down

0 comments on commit dc1406f

Please sign in to comment.