Skip to content

Commit a6354fa

Browse files
committed
Hardcode puppeteer path
1 parent 80f9bf1 commit a6354fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: puppeteer
4848
with:
4949
path: |
50-
"~/.cache/puppeteer"
50+
"/home/runner/.cache/puppeteer"
5151
key: "puppeteer-${{ hashFiles('pnpm-lock.yaml') }}"
5252

5353
- uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)