gha: fix toolchain components

This commit is contained in:
Robert Jördens 2020-12-11 17:04:34 +01:00
parent a85738a651
commit 4fbd729cb4
1 changed files with 1 additions and 3 deletions

View File

@ -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: