;ci: mac: try again to bump the cache to fix Cabal artifact

That last key still matched. I will defeat you, cache.
This commit is contained in:
Simon Michael 2020-08-23 08:40:53 -07:00
parent c477e9c7dd
commit 73332c0cbc

View File

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