lets try without cross..
Rust/vorago-reb1/pipeline/head This commit looks good Details

main
Robin Müller 6 months ago
parent f4cd3b704b
commit bdd804f88b
Signed by: muellerr
GPG Key ID: 71B58F8A3CDFA9AC

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

Loading…
Cancel
Save