ci: install prebuilt cargo-careful
This commit is contained in:
parent
f12f928bd5
commit
0c58648059
|
@ -287,7 +287,7 @@ jobs:
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
with:
|
with:
|
||||||
components: rust-src
|
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: python -m pip install --upgrade pip && pip install nox
|
||||||
- run: nox -s test-rust -- careful skip-full
|
- run: nox -s test-rust -- careful skip-full
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue