Skip to content

Commit 43bbd42

Browse files
committed
fix: add thumbv7em-none-eabihf target to release workflow
The embedded cross-compilation check requires the ARM Cortex-M target to be installed. Added target installation to the rust-toolchain step.
1 parent 9460f15 commit 43bbd42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Install Rust
2121
uses: dtolnay/rust-toolchain@stable
22+
with:
23+
targets: thumbv7em-none-eabihf
2224

2325
- name: Cache dependencies
2426
uses: actions/cache@v3

0 commit comments

Comments
 (0)