There was an error while loading. Please reload this page.
1 parent 17cbc85 commit 13f0986Copy full SHA for 13f0986
1 file changed
action.yml
@@ -60,6 +60,7 @@ runs:
60
with:
61
path: ${{ steps.cache-paths.outputs.sbt_diskcache }}
62
key: ${{ steps.cache-paths.outputs.sbt_diskcachekey }}-${{ hashFiles('**/*.scala', '**/*.sbt', '**/*.properties') }}
63
+ restore-keys: ${{ steps.cache-paths.outputs.sbt_diskcachekey }}
64
- name: "Download and Install sbt"
65
shell: bash
66
env:
0 commit comments