Files
vpinball-wasm/.gitea/workflows
valknarandClaude Sonnet 5 d7b95dbac8
CI / Build wasm engine (push) Failing after 8m31s
CI / Publish to npm registry (push) Skipped
Fix CI: install cmake/curl/python3, not just bison
The CI runner's base image doesn't ship cmake (build failed with
"cmake executable not found on PATH" during emcmake), and only bison
was ever explicitly installed - curl and python3 happened to work by
luck of the current runner image, not because the workflow guarantees
them. Install the full README-documented toolchain explicitly in both
the build and publish jobs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-22 18:22:00 +02:00
..