;ci: mac: cache bump to fix the usual failure

This commit is contained in:
Simon Michael 2021-01-10 07:01:42 -08:00
parent 6931eec3ce
commit 55e8ecf9e3

View File

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