Skip to content

Commit 54cc3bc

Browse files
authored
Update build_and_test.yml
Try to build crate for thumb6m-none-eabi target architecture.
1 parent b346c5b commit 54cc3bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19+
- name: Install latest rust toolchain
20+
uses: actions-rs/toolchain@v1
21+
with:
22+
toolchain: stable
23+
target: thumbv6m-none-eabi
24+
default: true
25+
override: true
1926
- name: Build crate
2027
run: cargo build --verbose
2128
- name: Build debug examples

0 commit comments

Comments
 (0)