From e0a2e1ffd303a2047372daa4c81da1021613ae6c Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Mon, 27 Jul 2026 01:36:12 +0300 Subject: [PATCH] fix(ci): install web worker bindgen CLI --- .github/workflows/pages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 79f49381..dac21a5a 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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 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