Maybe fix rustup warning

warning: Force-skipping unavailable component 'rust-std-thumbv2-none-eabi'
This commit is contained in:
Jonas Bushart 2023-02-15 19:06:41 +01:00
parent 2d7b97c05c
commit 5f4f30a995
1 changed files with 1 additions and 1 deletions

View File

@ -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