fix(ci): install web worker bindgen CLI

This commit is contained in:
Hakan Seven 2026-07-27 01:36:12 +03:00
commit e0a2e1ffd3

View file

@ -36,6 +36,11 @@ jobs:
with:
tool: trunk
- name: Install wasm-bindgen CLI
uses: taiki-e/install-action@v2
with:
tool: wasm-bindgen@0.2.126
# The rust <link> in index.html sets `data-cargo-no-default-features`,
# so this drops the `solid3d` feature (truck-meshalgo → lzma-sys C deps
# that can't cross-compile to wasm). `--public-url` matches the project