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