mirror of
https://github.com/actions/cache.git
synced 2025-04-23 06:30:47 +00:00
Merge b96ba37f87
into eed9cfe64d
This commit is contained in:
commit
e14529af50
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue