update cache keys

This commit is contained in:
parsonsmatt 2021-05-05 15:56:55 -06:00
parent f8086ec36e
commit 8e2c4d977b

View File

@ -68,6 +68,7 @@ jobs:
dist-newstyle
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
restore-keys: |
${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
${{ runner.os }}-${{ matrix.ghc }}-
- run: cabal v2-build --disable-optimization -j $CONFIG
- run: cabal v2-test --disable-optimization -j $CONFIG