Skip to content

Commit 5b259e4

Browse files
committed
Modify CI to install thumbv7m-none-eabi target
1 parent ab85b90 commit 5b259e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
uses: actions-rs/toolchain@v1
104104
with:
105105
toolchain: stable
106+
target: thumbv7m-none-eabi # Needed for no_std_example
106107

107108
- name: Run examples
108109
run: |

0 commit comments

Comments
 (0)