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