Skip to content

Commit e1245aa

Browse files
committed
CI: cache-deps: stop asking *-bench-*, ask for the own *-build-*
1 parent 1a74937 commit e1245aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
${{ env.CABAL_STORE_DIR }}
102102
key: v2-${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
103103
restore-keys: |
104-
v2-${{ runner.os }}-${{ matrix.ghc }}-bench-${{ hashFiles('cabal.project') }}
104+
v2-${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
105105
v2-${{ runner.os }}-${{ matrix.ghc }}-build-
106106
v2-${{ runner.os }}-${{ matrix.ghc }}
107107

0 commit comments

Comments
 (0)