mirror of https://github.com/actions/cache.git
Merge b96ba37f87
into eed9cfe64d
This commit is contained in:
commit
e14529af50
|
@ -447,6 +447,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 New Issue