From 5372f152b5caa8488aeedd88510b86cdc07b89e0 Mon Sep 17 00:00:00 2001 From: surangap Date: Tue, 19 Jul 2022 18:33:02 +0800 Subject: [PATCH] Fix CI failures. --- .github/workflows/ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c808778..055887f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,9 @@ jobs: - uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f with: profile: minimal - toolchain: stable + toolchain: nightly + target: wasm32-unknown-unknown + default: true override: true components: rustfmt @@ -55,7 +57,9 @@ jobs: - uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f with: profile: minimal - toolchain: stable + toolchain: nightly + target: wasm32-unknown-unknown + default: true override: true components: clippy @@ -71,7 +75,10 @@ jobs: - uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f with: + profile: minimal toolchain: nightly + target: wasm32-unknown-unknown + default: true override: true - uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b