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 6e35e07 commit d83e651Copy full SHA for d83e651
.github/workflows/test.yml
@@ -38,9 +38,9 @@ jobs:
38
path: ~/.cabal/
39
key: ${{ runner.os }}-${{ matrix.ghc }}-build-${{ env.cache-name }}-${{ hashFiles('**/*.cabal') }}-${{ hashFiles('**/cabal.project') }}
40
restore-keys: |
41
- ${{ runner.os }}-build-${{ env.cache-name }}-
42
- ${{ runner.os }}-build-
43
- ${{ runner.os }}-
+ ${{ runner.os }}-${{ matrix.ghc }}-build-${{ env.cache-name }}-
+ ${{ runner.os }}-${{ matrix.ghc }}-build-
+ ${{ runner.os }}-${{ matrix.ghc }}
44
45
- run: cabal update
46
0 commit comments