Skip to content

Commit bf262f2

Browse files
committed
chore: change cache key name. Delete (ghc-deps-)
1 parent 056810b commit bf262f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
key: ${{ runner.os }}-ghc-${{ steps.setup.outputs.ghc-version }}-cabal-${{ steps.setup.outputs.cabal-version }}
6161
with:
6262
path: ${{ steps.setup.outputs.cabal-store }}
63-
key: v1-ghc-deps-${{ env.key }}-plan-${{ hashFiles('**/dist-newstyle/cache/plan.json') }}
63+
key: v1-${{ env.key }}-plan-${{ hashFiles('**/dist-newstyle/cache/plan.json') }}
6464
restore-keys: v1-ghc-deps-${{ env.key }}-
6565

6666
- name: Install dependencies

0 commit comments

Comments
 (0)