Skip to content

Commit 8386e12

Browse files
committed
Fix cache key
1 parent b6e7ead commit 8386e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
~/.sbt
6262
~/.ivy2/cache
6363
~/.coursier
64-
key: sbt-cache-${{ runner.os }}-JVM-${{ hashFiles('project/build.properties') }}
64+
key: sbt-cache-${{ runner.os }}-${{ hashFiles('project/build.properties') }}
6565
- name: Check MiMa # disable for major releases
6666
run: sbt -v mimaReportBinaryIssues
6767
- name: Cleanup

0 commit comments

Comments
 (0)