Skip to content

Commit d4dc5dc

Browse files
fix: prevent puppeteer to download chrome on local build
1 parent b016b97 commit d4dc5dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ jobs:
294294
SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/signtool.exe"
295295
WIN_CERT_PASSWORD: ${{ secrets[matrix.config.certificate-password-secret] }}
296296
WIN_CERT_CONTAINER_NAME: ${{ secrets[matrix.config.certificate-container] }}
297+
PUPPETEER_SKIP_DOWNLOAD: true
297298

298299
strategy:
299300
matrix:

0 commit comments

Comments
 (0)