From 4fbd729cb41903fa3e9c29a5c9991276faab9db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 11 Dec 2020 17:04:34 +0100 Subject: [PATCH] gha: fix toolchain components --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 932774a..73781e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: