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.
1 parent f510b8a commit d81118fCopy full SHA for d81118f
.github/workflows/test.yml
@@ -89,7 +89,7 @@ jobs:
89
${{ env.CABAL_STORE_DIR }}
90
key: ${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
91
restore-keys: |
92
- ${{ runner.os }}-${{ matrix.ghc }}-bench-$${ hashFiles('cabal.project') }}
+ ${{ runner.os }}-${{ matrix.ghc }}-build-$${ hashFiles('cabal.project') }}
93
${{ runner.os }}-${{ matrix.ghc }}-build-
94
${{ runner.os }}-${{ matrix.ghc }}
95
0 commit comments