This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal-reqsign.git


The following commit(s) were added to refs/heads/main by this push:
     new 507ed20  ci: fix wasm test (#664)
507ed20 is described below

commit 507ed20ee43f86ef5a6b5919008d1577392724d2
Author: tison <[email protected]>
AuthorDate: Thu Nov 13 21:00:30 2025 +0800

    ci: fix wasm test (#664)
    
    Signed-off-by: tison <[email protected]>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b73bc6e..d5f66ab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
     steps:
       - uses: actions/checkout@v5
       - name: Install wasm-bindgen-cli
-        run: cargo install wasm-bindgen-cli --version 0.2.104 --locked
+        run: cargo install wasm-bindgen-cli --version 0.2.105 --locked
       - name: Run wasm tests
         env:
           CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER: wasm-bindgen-test-runner

Reply via email to