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 056810b commit bf262f2Copy full SHA for bf262f2
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
key: ${{ runner.os }}-ghc-${{ steps.setup.outputs.ghc-version }}-cabal-${{ steps.setup.outputs.cabal-version }}
61
with:
62
path: ${{ steps.setup.outputs.cabal-store }}
63
- key: v1-ghc-deps-${{ env.key }}-plan-${{ hashFiles('**/dist-newstyle/cache/plan.json') }}
+ key: v1-${{ env.key }}-plan-${{ hashFiles('**/dist-newstyle/cache/plan.json') }}
64
restore-keys: v1-ghc-deps-${{ env.key }}-
65
66
- name: Install dependencies
0 commit comments