Maybe fix rustup warning
warning: Force-skipping unavailable component 'rust-std-thumbv2-none-eabi'
This commit is contained in:
parent
2d7b97c05c
commit
5f4f30a995
|
@ -37,7 +37,7 @@ jobs:
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2022-09-10"
|
channel = "nightly-2022-09-10"
|
||||||
components = [ "rustfmt", "rustc-dev" ]
|
components = [ "rustfmt", "rustc-dev" ]
|
||||||
targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
|
targets = [ "wasm32-unknown-unknown", "thumbv7m-none-eabi" ]
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
EOF
|
EOF
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue