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 d81118f commit 81b9c7cCopy full SHA for 81b9c7c
.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 }}-build-$${ 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