Ensure rustfmt is installed in cargo fmt CI job (#4466)

password-reset-require-verified
Richard Schwab 2024-02-26 11:22:22 +01:00 committed by GitHub
parent f42420809b
commit 80bfd23b4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ steps:
# store cargo data in repo folder so that it gets cached between steps # store cargo data in repo folder so that it gets cached between steps
CARGO_HOME: .cargo_home CARGO_HOME: .cargo_home
commands: commands:
# need make existing toolchain available - rustup component add rustfmt
- cargo +nightly fmt -- --check - cargo +nightly fmt -- --check
cargo_machete: cargo_machete: