mirror of
https://github.com/actions/cache.git
synced 2024-11-14 01:51:46 +01:00
Add Coursier to recommended Scala setup
This commit is contained in:
parent
b8204782bb
commit
b96ba37f87
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ When dependencies are installed later in the workflow, we must specify the same
|
|||
path: |
|
||||
~/.ivy2/cache
|
||||
~/.sbt
|
||||
~/.cache/coursier/v1
|
||||
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue