diff --git a/.taskcluster.yml b/.taskcluster.yml index 07e8fe02b..37cb4a98f 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -32,6 +32,7 @@ tasks: - /bin/bash - '-c' - >- + rustup component add rustfmt && git clone ${repo_url} repo && cd repo && git config advice.detachedHead false &&