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 ee3dddc commit e276833Copy full SHA for e276833
action.yaml
@@ -40,4 +40,4 @@ runs:
40
with:
41
path: |
42
~/.cache/common-lisp/
43
- key: ${{ runner.os }}-${{ hashFiles("*.asd") }}
+ key: ${{ runner.os }}-${{ hashFiles('*.asd') }}
0 commit comments