Skip to content

Commit

Permalink
Remove the coursier/cache-action step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Jun 19, 2024
1 parent 4c6f5dc commit f8ed2a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ jobs:
uses: actions/checkout@v4

- name: Setup up JDK
id: setup-java
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: ${{ matrix.java }}
cache: sbt

- name: Cache sbt
uses: coursier/cache-action@v6
- name: Update dependencies
if: steps.setup-java.outputs.cache-hit == 'false'
run: sbt +update

- name: Compile and check format
run: >-
Expand Down

0 comments on commit f8ed2a2

Please sign in to comment.