Skip to content

Commit 13f0986

Browse files
committed
fix: Adds restore keys to fallback
1 parent 17cbc85 commit 13f0986

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ runs:
6060
with:
6161
path: ${{ steps.cache-paths.outputs.sbt_diskcache }}
6262
key: ${{ steps.cache-paths.outputs.sbt_diskcachekey }}-${{ hashFiles('**/*.scala', '**/*.sbt', '**/*.properties') }}
63+
restore-keys: ${{ steps.cache-paths.outputs.sbt_diskcachekey }}
6364
- name: "Download and Install sbt"
6465
shell: bash
6566
env:

0 commit comments

Comments
 (0)