Merge pull request #3518 from davidhewitt/ci-actions
ci: install prebuilt cargo-careful
This commit is contained in:
commit
fe60f313f9
|
@ -287,7 +287,7 @@ jobs:
|
|||
- uses: dtolnay/rust-toolchain@nightly
|
||||
with:
|
||||
components: rust-src
|
||||
- run: cargo install cargo-careful
|
||||
- uses: taiki-e/install-action@cargo-careful
|
||||
- run: python -m pip install --upgrade pip && pip install nox
|
||||
- run: nox -s test-rust -- careful skip-full
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue