fix: prevent puppeteer to download chrome on local build

This commit is contained in:
Giacomo Cusinato 2025-03-25 18:08:50 +09:00
parent b016b9758b
commit d4dc5dc0a1

View File

@ -294,6 +294,7 @@ jobs:
SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/signtool.exe"
WIN_CERT_PASSWORD: ${{ secrets[matrix.config.certificate-password-secret] }}
WIN_CERT_CONTAINER_NAME: ${{ secrets[matrix.config.certificate-container] }}
PUPPETEER_SKIP_DOWNLOAD: true
strategy:
matrix: