Skip to content

Commit 056810b

Browse files
committed
chore: cache key search usage with relative path
1 parent 2e80693 commit 056810b

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('${{ github.workspace }}/dist-newstyle/cache/plan.json') }}
63+
key: v1-ghc-deps-${{ 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)