Merge pull request #3518 from davidhewitt/ci-actions

ci: install prebuilt cargo-careful
This commit is contained in:
messense 2023-10-17 02:46:44 +00:00 committed by GitHub
commit fe60f313f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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