From 515afd53c0ebe4c2d24727937bac3ff82e88de38 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Sun, 5 Dec 2021 18:34:46 +0000 Subject: [PATCH] No matrix for rustfmt. --- .github/workflows/ci_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_checks.yml b/.github/workflows/ci_checks.yml index dcf94ab..8f2b012 100644 --- a/.github/workflows/ci_checks.yml +++ b/.github/workflows/ci_checks.yml @@ -70,5 +70,5 @@ jobs: with: toolchain: stable components: rustfmt - - run: rustup target install --toolchain=${{ matrix.rust }} thumbv6m-none-eabi + - run: rustup target install thumbv6m-none-eabi - run: cargo fmt -- --check