Skip to content

Commit

Permalink
User more specialized cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtar committed Nov 5, 2020
1 parent c025027 commit 45093b8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v2
with:
path: ~/.cache/coursier/v1
key: ${{ runner.os }}-coursier-${{ hashFiles('**/build.sbt') }}

- uses: actions/cache@v2
with:
path: ~/.sbt
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.properties') }}
- uses: coursier/cache-action@v5

- uses: olafurpg/setup-scala@v10
with:
Expand Down

0 comments on commit 45093b8

Please sign in to comment.