We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593606c commit f9f5093Copy full SHA for f9f5093
.github/workflows/mac.yml
@@ -59,9 +59,9 @@ jobs:
59
uses: actions/cache@v2
60
with:
61
path: ~/.stack
62
- key: ${{ runner.os }}-stack-global-after20201228-${{ hashFiles('**.yaml') }}
+ key: ${{ runner.os }}-stack-global-20201228-${{ hashFiles('**.yaml') }}
63
restore-keys: |
64
- ${{ runner.os }}-stack-global-after20201228
+ ${{ runner.os }}-stack-global-20201228
65
66
- name: Cache stack-installed programs in ~/.local/bin
67
id: stack-programs
0 commit comments