From bf226d077ef2bea0567a7b36b4d25ce2d0b5191c Mon Sep 17 00:00:00 2001 From: adrien Date: Sat, 11 Sep 2021 16:38:09 +0200 Subject: [PATCH] added a line to CI to actually install rustfmt on the runner --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b238881..34200b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,7 @@ steps: - name: code style image: rust:1.47 commands: + - rustup component add rustfmt - cargo fmt --all -- --check # - name: code quality # image: rust:1.47