try without use-cross in CI
Rust/va108xx-hal/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2021-12-13 00:04:09 +01:00
parent 439e1d43e7
commit 59463fbaba
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 0 additions and 3 deletions

View File

@ -16,11 +16,9 @@ jobs:
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: check
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: check
args: --examples
@ -54,7 +52,6 @@ jobs:
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: clippy
args: -- -D warnings