let's try this
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user