From 80bfd23b4d2764ddced1b2ea7fa1fbbb8c0f8912 Mon Sep 17 00:00:00 2001 From: Richard Schwab Date: Mon, 26 Feb 2024 11:22:22 +0100 Subject: [PATCH] Ensure rustfmt is installed in cargo fmt CI job (#4466) --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4bac67169..a1f008bd0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: