From c48147fcc4423d223696890fc7c06304292dee3a Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Sun, 24 Mar 2024 13:45:26 +0100 Subject: [PATCH] Specify target. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edc5c9f..8dc8df8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,4 +45,4 @@ jobs: toolchain: ${{ env.MSRV }} targets: thumbv6m-none-eabi - name: check - run: cargo check --no-default-features + run: cargo check --target thumbv6m-none-eabi --no-default-features