From 5ffaf9c05c8a81e8d288166ce660236e4a4b0e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Thu, 9 Jan 2025 19:15:09 +0000 Subject: [PATCH] chore(ci): fix wasm tests --- .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 a1ab56aec49..2519f7e45f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: os: ubuntu-latest - target: "wasm32-unknown-emscripten" os: ubuntu-latest - - target: "wasm32-wasi" + - target: "wasm32-wasip1" os: ubuntu-latest - target: "x86_64-apple-darwin" os: macos-latest