Skip to content

Commit eb77bfc

Browse files
authored
Cache coursier in master-release workflow
1 parent 539613e commit eb77bfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- uses: sbt/setup-sbt@v1
3030
- uses: actions/cache@v4
3131
with:
32-
path: ~/.ivy2/cache
33-
key: ivy-${{hashFiles('**/*.sbt')}}
34-
restore-keys: ivy-
32+
path: ~/.cache/coursier
33+
key: coursier-${{hashFiles('**/*.sbt')}}
34+
restore-keys: coursier-
3535
- uses: actions/cache@v4
3636
with:
3737
path: ~/.sbt

0 commit comments

Comments
 (0)