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