From ab767f16fdc04d1547363067872320918b6cc23f Mon Sep 17 00:00:00 2001 From: surangap Date: Tue, 19 Jul 2022 16:37:48 +0800 Subject: [PATCH] Fix the CI build failure. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8da5e3e..3c808778 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,9 @@ jobs: - uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f with: profile: minimal - toolchain: stable + toolchain: nightly + target: wasm32-unknown-unknown + default: true override: true - uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b