Manually invalidate cache for dist-newstyle

This commit is contained in:
Jared Weakly 2020-07-21 08:51:47 -07:00
parent 2b12784e63
commit 4c9ee03b59

View File

@ -66,10 +66,10 @@ jobs:
name: Cache dist-newstyle
with:
path: dist-newstyle
key: dist-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/cabal.GHC-*') }}-${{ github.sha }}
key: dist-newstyle-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/cabal.GHC-*') }}-${{ github.sha }}
restore-keys: |
dist-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/cabal.GHC-*') }}-
dist-${{ runner.os }}-${{ matrix.ghc }}-
dist-newstyle-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/cabal.GHC-*') }}-
dist-newstyle-${{ runner.os }}-${{ matrix.ghc }}-
- shell: bash
run: .github/ci.sh install_system_deps