gha: fix toolchain components
This commit is contained in:
parent
a85738a651
commit
4fbd729cb4
|
@ -20,9 +20,7 @@ jobs:
|
|||
toolchain: nightly
|
||||
target: thumbv7em-none-eabihf
|
||||
override: true
|
||||
components:
|
||||
- rustfmt
|
||||
- clippy
|
||||
components: rustfmt, clippy
|
||||
- name: cargo fmt --check
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue