let's try this
Some checks failed
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled

This commit is contained in:
2025-06-26 19:52:12 +02:00
parent cb75cbc046
commit ea659e8711

View File

@ -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