some more tweaks
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
|
with:
|
||||||
|
components: rust-src
|
||||||
- run: cp .cargo/def-config.toml .cargo/config.toml
|
- 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
|
||||||
- run: cargo check --target armv7a-none-eabihf -p zynq7000-rt
|
- run: cargo check --target armv7a-none-eabihf -p zynq7000-rt
|
||||||
@ -39,4 +41,4 @@ jobs:
|
|||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
- run: cargo clippy --target armv7a-none-eabihf -- -D warnings
|
- run: cargo clippy -- -D warnings
|
||||||
|
Reference in New Issue
Block a user