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 d9aca6a commit 2e80693Copy full SHA for 2e80693
.github/workflows/main.yml
@@ -60,8 +60,8 @@ 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: ${{ env.key }}-plan-${{ hashFiles('${{ github.workspace }}/dist-newstyle/cache/plan.json') }}
64
- restore-keys: ${{ env.key }}-
+ key: v1-ghc-deps-${{ env.key }}-plan-${{ hashFiles('${{ github.workspace }}/dist-newstyle/cache/plan.json') }}
+ restore-keys: v1-ghc-deps-${{ env.key }}-
65
66
- name: Install dependencies
67
if: steps.cache.outputs.cache-hit != 'true'
0 commit comments