From ea659e8711db10dc624239c07de8a1729a1652eb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 26 Jun 2025 19:52:12 +0200 Subject: [PATCH] let's try this --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1140e4c..358779f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly - with: - targets: "armv7a-none-eabihf" + - run: cp .cargo/def-config.toml .cargo/config.toml - run: cargo check --target armv7a-none-eabihf - run: cargo check --target armv7a-none-eabihf --examples @@ -36,6 +35,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly - with: - targets: "armv7a-none-eabihf" - run: cargo clippy --target armv7a-none-eabihf -- -D warnings