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 9c858ba commit 4788408Copy full SHA for 4788408
1 file changed
.github/workflows/build.yml
@@ -23,6 +23,10 @@ jobs:
23
rustup component add llvm-tools
24
cargo install cargo-binutils
25
26
+ - name: Add targets
27
+ run: |
28
+ sudo apt-get -y install gcc-arm-none-eabi binutils-arm-none-eabi
29
+
30
- name: Build lib (native)
31
run: |
32
cargo build --verbose
@@ -31,7 +35,7 @@ jobs:
35
36
cargo test --verbose
33
37
34
- - name: Build samples (Cortex-M0)
38
+ - name: Build samples (Cortex-M0+)
39
40
cd samples && ./build.sh thumbv6m-none-eabi
41
0 commit comments