Skip to content

Commit

Permalink
Switch to setup-java action
Browse files Browse the repository at this point in the history
  • Loading branch information
cb372 committed Dec 11, 2024
1 parent 5f1f01f commit 5bb367d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
fetch-depth: 0

- name: Setup Java and Scala
uses: olafurpg/setup-scala@v13
uses: actions/setup-java@v4
with:
java-version: adopt@${{ matrix.java }}

- name: Cache sbt
uses: coursier/cache-action@v6
distribution: 'adopt'
java-version: ${{ matrix.java }}
cache: 'sbt'

- name: Test
run: |
Expand Down

0 comments on commit 5bb367d

Please sign in to comment.