;ci: mac: cache bump to fix the usual failure
This commit is contained in:
parent
6931eec3ce
commit
55e8ecf9e3
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
@ -59,9 +59,9 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.stack
|
path: ~/.stack
|
||||||
key: ${{ runner.os }}-stack-global-after20200902-${{ hashFiles('**.yaml') }}
|
key: ${{ runner.os }}-stack-global-after20210110-${{ hashFiles('**.yaml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-global-after20200902
|
${{ runner.os }}-stack-global-after202110110
|
||||||
|
|
||||||
- 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