From 5f4f30a995525d282f39f0fb5e26406227723a60 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Wed, 15 Feb 2023 19:06:41 +0100 Subject: [PATCH] Maybe fix rustup warning warning: Force-skipping unavailable component 'rust-std-thumbv2-none-eabi' --- .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 75ed433..f84d14e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: [toolchain] channel = "nightly-2022-09-10" components = [ "rustfmt", "rustc-dev" ] - targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ] + targets = [ "wasm32-unknown-unknown", "thumbv7m-none-eabi" ] profile = "minimal" EOF shell: bash