We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*-bench-*
*-build-*
1 parent 1a74937 commit e1245aaCopy full SHA for e1245aa
.github/workflows/cache-deps.yml
@@ -101,7 +101,7 @@ jobs:
101
${{ env.CABAL_STORE_DIR }}
102
key: v2-${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
103
restore-keys: |
104
- v2-${{ runner.os }}-${{ matrix.ghc }}-bench-${{ hashFiles('cabal.project') }}
+ v2-${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
105
v2-${{ runner.os }}-${{ matrix.ghc }}-build-
106
v2-${{ runner.os }}-${{ matrix.ghc }}
107
0 commit comments