Skip to content

Commit

Permalink
ci: workflows: main.yml: add thumbv6m rust target
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 15, 2023
1 parent 813b184 commit 89f171a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
with:
targets: thumbv7m-none-eabi,thumbv7em-none-eabi
targets: thumbv6m-none-eabi,thumbv7m-none-eabi,thumbv7em-none-eabi

- name: rust cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 89f171a

Please sign in to comment.