Skip to content

Commit e276833

Browse files
committed
Fix the hashing
1 parent ee3dddc commit e276833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ runs:
4040
with:
4141
path: |
4242
~/.cache/common-lisp/
43-
key: ${{ runner.os }}-${{ hashFiles("*.asd") }}
43+
key: ${{ runner.os }}-${{ hashFiles('*.asd') }}

0 commit comments

Comments
 (0)