From f4d16b2233c7a0adb261130c76958a73fcd8f9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cilhanu=E2=80=9D?= Date: Sat, 10 Sep 2022 17:30:49 +0200 Subject: [PATCH] add wasm32 target --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 020af35f..48d15bb4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,6 +18,7 @@ jobs: toolchain: nightly override: true components: rustfmt, clippy + targes: wasm32-unknown-unknown # With rustup's nice new toml format, we just need to run rustup show to install the toolchain # https://github.com/actions-rs/toolchain/issues/126#issuecomment-782989659