From 6f3136ffb636974166a93f2f25436854fe8d10ff Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 18 Sep 2024 21:49:26 +0200 Subject: [PATCH] .github/workflows/ci.yml: fix the failure. --- .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 e32ccd6c..8fdadf11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: echo rustup target add wasm32-wasip1 curl https://wasmtime.dev/install.sh -sSf | bash - env CARGO_TARGET_WASM32_WASI_RUNNER=~/.wasmtime/bin/wasmtime \ + env CARGO_TARGET_WASM32_WASIP1_RUNNER=~/.wasmtime/bin/wasmtime \ cargo test --release --target=wasm32-wasip1 cargo clean -p blst --release --target=wasm32-wasip1 echo