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 8c4fe8d commit 671aae1Copy full SHA for 671aae1
1 file changed
.github/workflows/build.yml
@@ -20,6 +20,7 @@ jobs:
20
rustup target add thumbv6m-none-eabi
21
rustup target add thumbv7m-none-eabi
22
rustup target add thumbv7em-none-eabi
23
+ rustup component add llvm-tools
24
cargo install cargo-binutils
25
26
- name: Build lib (native)
0 commit comments