Skip to content

Commit 5f4f30a

Browse files
committed
Maybe fix rustup warning
warning: Force-skipping unavailable component 'rust-std-thumbv2-none-eabi'
1 parent 2d7b97c commit 5f4f30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
[toolchain]
3838
channel = "nightly-2022-09-10"
3939
components = [ "rustfmt", "rustc-dev" ]
40-
targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
40+
targets = [ "wasm32-unknown-unknown", "thumbv7m-none-eabi" ]
4141
profile = "minimal"
4242
EOF
4343
shell: bash

0 commit comments

Comments
 (0)