ci: install prebuilt cargo-careful

This commit is contained in:
David Hewitt 2023-10-16 20:16:01 +01:00
parent f12f928bd5
commit 0c58648059
1 changed files with 1 additions and 1 deletions

View File

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