We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9460f15 commit 43bbd42Copy full SHA for 43bbd42
1 file changed
.github/workflows/release.yml
@@ -19,6 +19,8 @@ jobs:
19
20
- name: Install Rust
21
uses: dtolnay/rust-toolchain@stable
22
+ with:
23
+ targets: thumbv7em-none-eabihf
24
25
- name: Cache dependencies
26
uses: actions/cache@v3
0 commit comments