From ad69e7d921e5deb4b1b2ecb4df28289a731c702c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 26 Jun 2025 20:19:04 +0200 Subject: [PATCH] some more tweaks --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7c4bed..42cc20b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly + with: + components: rust-src - run: cp .cargo/def-config.toml .cargo/config.toml - run: cargo check --target armv7a-none-eabihf -p zynq7000 - run: cargo check --target armv7a-none-eabihf -p zynq7000-rt @@ -39,4 +41,4 @@ jobs: - uses: dtolnay/rust-toolchain@nightly with: components: clippy - - run: cargo clippy --target armv7a-none-eabihf -- -D warnings + - run: cargo clippy -- -D warnings