;ci: mac: try bumping cache to fix ghc 8.6 breakage again

This commit is contained in:
Simon Michael 2020-08-23 07:53:27 -07:00
parent 20336ddc4d
commit 3c32aa2cd4

View File

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