mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
Ensure rustfmt is installed in cargo fmt CI job (#4466)
This commit is contained in:
parent
f42420809b
commit
80bfd23b4d
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue