Skip to content

Commit 1b3dd7c

Browse files
committed
Restore restore-keys
1 parent 7779b1c commit 1b3dd7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
${{ env.CABAL_PKGS_DIR }}
8080
${{ env.CABAL_STORE_DIR }}
8181
key: ${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
82+
restore-keys: |
83+
${{ runner.os }}-${{ matrix.ghc }}-bench-${{ hashFiles('cabal.project') }}
84+
${{ runner.os }}-${{ matrix.ghc }}-build-
85+
${{ runner.os }}-${{ matrix.ghc }}
8286
8387
- run: cabal update
8488

0 commit comments

Comments
 (0)