fix(ci): install web worker bindgen CLI
This commit is contained in:
parent
b1a52d9229
commit
e0a2e1ffd3
1 changed files with 5 additions and 0 deletions
5
.github/workflows/pages.yml
vendored
5
.github/workflows/pages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue