We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7b97c commit 5f4f30aCopy full SHA for 5f4f30a
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
[toolchain]
38
channel = "nightly-2022-09-10"
39
components = [ "rustfmt", "rustc-dev" ]
40
- targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
+ targets = [ "wasm32-unknown-unknown", "thumbv7m-none-eabi" ]
41
profile = "minimal"
42
EOF
43
shell: bash
0 commit comments