From 3c87ecdbb7d44f0696c1faa849a3b752253b128d Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Sun, 5 Dec 2021 18:39:12 +0000 Subject: [PATCH] Clippy needs core too. --- .github/workflows/ci_checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_checks.yml b/.github/workflows/ci_checks.yml index 8f2b012..bb41e32 100644 --- a/.github/workflows/ci_checks.yml +++ b/.github/workflows/ci_checks.yml @@ -55,6 +55,7 @@ jobs: with: toolchain: stable components: clippy + - run: rustup target install thumbv6m-none-eabi - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }}