dev: ci: binaries-mac-x64: bust stack-global cache, try to fix error

This commit is contained in:
Simon Michael 2022-08-17 23:04:26 +01:00
parent 99f3a6852d
commit 4c041b73b7

View File

@ -43,9 +43,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.stack
key: ${{ runner.os }}-stack-global-after20210110-${{ hashFiles('**.yaml') }}
key: ${{ runner.os }}-stack-global-after20220817-${{ hashFiles('**.yaml') }}
restore-keys: |
${{ runner.os }}-stack-global-after202110110
${{ runner.os }}-stack-global-after20220817
if: env.CONTINUE
- name: Cache stack-installed programs in ~/.local/bin