From 8ef56f4ec4fbdb66e1cabd67b766cc6c777e640f Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Sun, 25 Sep 2022 03:05:39 -0400 Subject: [PATCH] Updated clippy install --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e2462fd..9d31dc0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: test image: rust:latest commands: - - cargo install clippy + - rustup component add clippy - cargo clippy - cargo test --all