File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2323 - uses : dtolnay/rust-toolchain@stable
2424 with :
2525 target : ${{ matrix.targets }}
26- - run : cargo install cross || true
26+ - run : cargo install cargo-quickinstall
27+ - run : cargo quickinstall cross
2728 - run : cross build --bin ${{ matrix.bins }} --locked --release --target ${{ matrix.targets }}
2829
2930 - name : archive
Original file line number Diff line number Diff line change 2525 with :
2626 toolchain : ${{ matrix.toolchain }}
2727 target : ${{ matrix.targets }}
28- - run : cargo install cross || true
28+ - run : cargo install cargo-quickinstall
29+ - run : cargo quickinstall cross
2930 - run : cross build --locked --workspace --target ${{ matrix.targets }}
3031
3132 # fmt and clippy on nightly builds
3940 toolchain : nightly
4041 target : x86_64-unknown-linux-musl
4142 components : rustfmt, clippy
42- - run : cargo install cross || true
43+ - run : cargo install cargo-quickinstall
44+ - run : cargo quickinstall cross
4345 - run : cargo fmt --all --check
4446 - run : cross clippy --target x86_64-unknown-linux-gnu --workspace -- -D warnings
You can’t perform that action at this time.
0 commit comments