Skip to content

Commit f9f5093

Browse files
committed
;ci: mac: invalidate cache to fix build issue
1 parent 593606c commit f9f5093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mac.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
uses: actions/cache@v2
6060
with:
6161
path: ~/.stack
62-
key: ${{ runner.os }}-stack-global-after20201228-${{ hashFiles('**.yaml') }}
62+
key: ${{ runner.os }}-stack-global-20201228-${{ hashFiles('**.yaml') }}
6363
restore-keys: |
64-
${{ runner.os }}-stack-global-after20201228
64+
${{ runner.os }}-stack-global-20201228
6565
6666
- name: Cache stack-installed programs in ~/.local/bin
6767
id: stack-programs

0 commit comments

Comments
 (0)