Skip to content

Commit e7853b6

Browse files
Build for target thumbv7em-none-eabi in CI
1 parent fdf30dc commit e7853b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ jobs:
2727
- run: cargo build --features="derive serde"
2828
- run: cargo test --features="derive serde"
2929
- run: cargo doc --features="derive serde"
30+
31+
- run: rustup target add thumbv7em-none-eabi
32+
- run: cargo build --target=thumbv7em-none-eabi

0 commit comments

Comments
 (0)