Skip to content

Commit

Permalink
add coursier/cache-action, since setup-java doesn't have sbt anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Oct 9, 2024
1 parent 5fbc094 commit 01049e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
cache: 'sbt'
distribution: temurin
java-version: 8
- uses: coursier/cache-action@v6
- run: sbt +test scripted mimaReportBinaryIssues

0 comments on commit 01049e1

Please sign in to comment.