;ci: mac: invalidate cache to fix build issue

This commit is contained in:
Simon Michael 2020-12-28 16:29:49 -08:00
parent 23a7b1a71d
commit cdf5a9d1f2

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-after20201228-${{ hashFiles('**.yaml') }}
restore-keys: |
${{ runner.os }}-stack-global-after20200902
${{ runner.os }}-stack-global-after20201228
- name: Cache stack-installed programs in ~/.local/bin
id: stack-programs