From e1d91bee7318c0bdf685aa8489e9408cf274e208 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Wed, 8 Jul 2026 15:18:40 -0700 Subject: [PATCH] ci(web-wasm-rebuild): keep on Docker runner (host executor incompatible with taiki-e) [skip ci] --- .gitea/workflows/web-wasm-rebuild.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/web-wasm-rebuild.yml b/.gitea/workflows/web-wasm-rebuild.yml index f00fdda..7d54aae 100644 --- a/.gitea/workflows/web-wasm-rebuild.yml +++ b/.gitea/workflows/web-wasm-rebuild.yml @@ -36,7 +36,7 @@ concurrency: jobs: rebuild: - runs-on: rust-host + runs-on: ubuntu-latest steps: - name: Checkout @@ -56,9 +56,6 @@ 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