;ci: mac: invalidate mac cache to work around the usual failure
(cf https://github.com/haskell/cabal/issues/1076#issuecomment-685879454)
This commit is contained in:
parent
5f1e040ad7
commit
d2a1afdfc2
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
@ -52,9 +52,9 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.stack
|
path: ~/.stack
|
||||||
key: ${{ runner.os }}-stack-global-after20200823-${{ hashFiles('**.yaml') }}
|
key: ${{ runner.os }}-stack-global-after20200902-${{ hashFiles('**.yaml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-global-after20200823
|
${{ runner.os }}-stack-global-after20200902
|
||||||
|
|
||||||
- name: Cache stack-installed programs in ~/.local/bin
|
- name: Cache stack-installed programs in ~/.local/bin
|
||||||
id: stack-programs
|
id: stack-programs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user