ci(web-wasm-rebuild): set RUNNER_OS/ARCH on the taiki-e step (step-level env)
Web WASM Rebuild / rebuild (push) Failing after 1m54s
Web WASM Rebuild / rebuild (push) Failing after 1m54s
This commit is contained in:
@@ -37,9 +37,6 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
rebuild:
|
rebuild:
|
||||||
runs-on: rust-host
|
runs-on: rust-host
|
||||||
env:
|
|
||||||
RUNNER_OS: Linux
|
|
||||||
RUNNER_ARCH: X64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -59,6 +56,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install wasm-bindgen-cli + wasm-pack (pinned)
|
- name: Install wasm-bindgen-cli + wasm-pack (pinned)
|
||||||
uses: taiki-e/install-action@v2
|
uses: taiki-e/install-action@v2
|
||||||
|
env:
|
||||||
|
RUNNER_OS: Linux
|
||||||
|
RUNNER_ARCH: X64
|
||||||
with:
|
with:
|
||||||
tool: wasm-bindgen-cli@0.2.120,wasm-pack@0.14.0
|
tool: wasm-bindgen-cli@0.2.120,wasm-pack@0.14.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user