From 8e2c4d977b8c04f7d4cd3f1df5e1e9a458f15d9c Mon Sep 17 00:00:00 2001 From: parsonsmatt Date: Wed, 5 May 2021 15:56:55 -0600 Subject: [PATCH] update cache keys --- .github/workflows/haskell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 2391686..7681cba 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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