From 1213a20d2cd43621172f8c9bd8a4c99a9a2deaa8 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Sun, 5 Dec 2021 18:29:25 +0000 Subject: [PATCH] Clippy needs a valid target core file. --- .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 1e0fffe..470c6e2 100644 --- a/.github/workflows/ci_checks.yml +++ b/.github/workflows/ci_checks.yml @@ -70,4 +70,5 @@ jobs: with: toolchain: stable components: rustfmt + - run: rustup target install --toolchain=${{ matrix.rust }} thumbv6m-none-eabi - run: cargo fmt -- --check