;ci: mac: try again to bump the cache to fix Cabal artifact
That last key still matched. I will defeat you, cache.
This commit is contained in:
parent
c477e9c7dd
commit
73332c0cbc
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-3-${{ hashFiles('**.yaml') }}
|
key: ${{ runner.os }}-stack-global-after20200823-${{ hashFiles('**.yaml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-global-3
|
${{ runner.os }}-stack-global-after20200823
|
||||||
|
|
||||||
- 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