We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e7ead commit 8386e12Copy full SHA for 8386e12
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
~/.sbt
62
~/.ivy2/cache
63
~/.coursier
64
- key: sbt-cache-${{ runner.os }}-JVM-${{ hashFiles('project/build.properties') }}
+ key: sbt-cache-${{ runner.os }}-${{ hashFiles('project/build.properties') }}
65
- name: Check MiMa # disable for major releases
66
run: sbt -v mimaReportBinaryIssues
67
- name: Cleanup
0 commit comments