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