Skip to content

Commit

Permalink
ci: also install thumbv8m.main-none-eabi rustc target
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Mar 12, 2024
1 parent b35b69d commit b43e66d
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 @@ -46,7 +46,7 @@ jobs:
if: steps.result-cache.outputs.cache-hit != 'true'
uses: dtolnay/rust-toolchain@nightly
with:
targets: thumbv6m-none-eabi,thumbv7m-none-eabi,thumbv7em-none-eabi
targets: thumbv6m-none-eabi,thumbv7m-none-eabi,thumbv7em-none-eabi,thumbv8m.main-none-eabi

- name: rust cache
if: steps.result-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b43e66d

Please sign in to comment.