mirror of
https://github.com/actions/cache.git
synced 2024-11-10 08:12:00 +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: |
|
path: |
|
||||||
~/.ivy2/cache
|
~/.ivy2/cache
|
||||||
~/.sbt
|
~/.sbt
|
||||||
|
~/.cache/coursier/v1
|
||||||
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
|
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue