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

This commit is contained in:
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

View file

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