ci(web-wasm-rebuild): keep on Docker runner (host executor incompatible with taiki-e) [skip ci]

This commit is contained in:
Gitea CI
2026-07-08 15:18:40 -07:00
parent 9dcd25b3e7
commit e1d91bee73
+1 -4
View File
@@ -36,7 +36,7 @@ concurrency:
jobs: jobs:
rebuild: rebuild:
runs-on: rust-host runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
@@ -56,9 +56,6 @@ 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