;ci: mac: invalidate mac cache to work around the usual failure

(cf https://github.com/haskell/cabal/issues/1076#issuecomment-685879454)
This commit is contained in:
Simon Michael 2020-09-02 10:35:28 -07:00
parent 5f1e040ad7
commit d2a1afdfc2

View File

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