w3c / spec-prod

GitHub Action to build ReSpec/Bikeshed specs, validate output and publish to GitHub pages or W3C
https://w3c.github.io/spec-prod/
MIT License
34 stars 21 forks source link

Spec-prod failing #175

Closed qingxinwu closed 7 months ago

qingxinwu commented 7 months ago

We noticed that today our builds (example failded build) started failing with the following error from spec-prod:

Validating Web IDL defined in index.html.
pnpm add reffy@15
  reffy 15.0.2
  Could not find Chrome (ver. 123.0.6312.105). This can occur if either
    1. you did not perform an installation before running the script (e.g. npx puppeteer browsers install chrome) or
    2. your cache path is incorrectly configured (which is: /home/runner/.cache/puppeteer).
  For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.

Is it a bug introduced by recent changes to spec-prod, like https://github.com/w3c/spec-prod/pull/155? There were a few other PRs merged yesterday as well.

marcoscaceres commented 7 months ago

Seeing the same for Web Manifest. https://github.com/w3c/gamepad/actions/runs/8654730562/job/23732472945

tidoust commented 7 months ago

Same as #176, see discussion over there.