dev: ci: binaries-mac-x64: bust stack-programs cache
This commit is contained in:
parent
83ff8e3ab3
commit
b76de76343
4
.github/workflows/binaries-mac-x64.yml
vendored
4
.github/workflows/binaries-mac-x64.yml
vendored
@ -53,9 +53,9 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.local/bin
|
path: ~/.local/bin
|
||||||
key: ${{ runner.os }}-stack-programs-${{ hashFiles('**.yaml') }}
|
key: ${{ runner.os }}-stack-programs-after20220817-${{ hashFiles('**.yaml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-programs
|
${{ runner.os }}-stack-programs-after20220817
|
||||||
if: env.CONTINUE
|
if: env.CONTINUE
|
||||||
|
|
||||||
- name: Cache .stack-work
|
- name: Cache .stack-work
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user