ci(web-wasm-rebuild): set RUNNER_OS/RUNNER_ARCH for host-executor runner
Web WASM Rebuild / rebuild (push) Failing after 1m54s

This commit is contained in:
Gitea CI
2026-07-08 14:53:42 -07:00
parent 326ef6894a
commit 2ef0bce1ea
+3
View File
@@ -37,6 +37,9 @@ 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