This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch cicici in repository https://gitbox.apache.org/repos/asf/opendal-reqsign.git
commit aa9147c5deb21407a11cd73c856c10afbd837627 Author: tison <[email protected]> AuthorDate: Thu Nov 13 20:52:26 2025 +0800 ci: fix wasm test 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
