Skip to content

Commit cd8d04e

Browse files
committed
Be strict in the restore cache key
1 parent 02ea11e commit cd8d04e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ jobs:
8888
${{ env.CABAL_PKGS_DIR }}
8989
${{ env.CABAL_STORE_DIR }}
9090
key: ${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
91-
restore-keys: |
92-
${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
93-
${{ runner.os }}-${{ matrix.ghc }}-build-
94-
${{ runner.os }}-${{ matrix.ghc }}
9591

9692
- run: cabal update
9793

0 commit comments

Comments
 (0)