From c8a28b5ab37dff17d40a6c7a5ed3f483d4e483e2 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 21 Nov 2020 19:09:55 -0500 Subject: [PATCH] install rustfmt --- .taskcluster.yml | 1 + 1 file changed, 1 insertion(+) 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 &&