From 40ddf7ef4823ffb29f3d25cf6df7d076646666a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Thu, 9 Jan 2025 19:41:22 +0000 Subject: [PATCH] chore(ci): fix wasm tests see here https://github.com/rust-lang/compiler-team/issues/607 for more info Pull-Request: #5805. --- .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