From e7ed6855c9ddf97697db459986ec38c2ae39a5c9 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Sun, 5 Dec 2021 18:25:26 +0000 Subject: [PATCH] Need to add target --- .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 2e78421..6958ae2 100644 --- a/.github/workflows/ci_checks.yml +++ b/.github/workflows/ci_checks.yml @@ -31,6 +31,7 @@ jobs: profile: minimal toolchain: ${{ matrix.rust }} override: true + - run: rustup target install --toolchain=${{ matrix.rust }} thumbv6m-none-eabi - run: cargo build --all - run: cargo build --all --release testing: