summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.woodpecker.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index 9415915..989ec3c 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -7,7 +7,6 @@ steps:
CARGO_TERM_COLOR: always
commands:
- rustup default stable
- - rustup component add clippy rustfmt
- apt install openssl -y
when:
branch: main
@@ -28,6 +27,7 @@ steps:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
commands:
+ - rustup component add clippy rustfmt
- cargo fmt --all -- --check
- cargo clippy --jobs 2 -- -D clippy::all
when: