ci(web-wasm-rebuild): set RUNNER_OS/ARCH on the taiki-e step (step-level env)
Web WASM Rebuild / rebuild (push) Failing after 1m54s

This commit is contained in:
Gitea CI
2026-07-08 15:01:12 -07:00
parent 2ef0bce1ea
commit 9dcd25b3e7
+3 -3
View File
@@ -37,9 +37,6 @@ concurrency:
jobs:
rebuild:
runs-on: rust-host
env:
RUNNER_OS: Linux
RUNNER_ARCH: X64
steps:
- name: Checkout
@@ -59,6 +56,9 @@ jobs:
- name: Install wasm-bindgen-cli + wasm-pack (pinned)
uses: taiki-e/install-action@v2
env:
RUNNER_OS: Linux
RUNNER_ARCH: X64
with:
tool: wasm-bindgen-cli@0.2.120,wasm-pack@0.14.0