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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
with:
|
- run: cp .cargo/def-config.toml .cargo/config.toml
|
||||||
targets: "armv7a-none-eabihf"
|
|
||||||
- run: cargo check --target armv7a-none-eabihf
|
- run: cargo check --target armv7a-none-eabihf
|
||||||
- run: cargo check --target armv7a-none-eabihf --examples
|
- run: cargo check --target armv7a-none-eabihf --examples
|
||||||
|
|
||||||
@ -36,6 +35,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
with:
|
|
||||||
targets: "armv7a-none-eabihf"
|
|
||||||
- run: cargo clippy --target armv7a-none-eabihf -- -D warnings
|
- run: cargo clippy --target armv7a-none-eabihf -- -D warnings
|
||||||
|
Reference in New Issue
Block a user