install rustfmt

This commit is contained in:
Dustin J. Mitchell 2020-11-21 19:09:55 -05:00
parent 0e792ad584
commit c8a28b5ab3

View file

@ -32,6 +32,7 @@ tasks:
- /bin/bash
- '-c'
- >-
rustup component add rustfmt &&
git clone ${repo_url} repo &&
cd repo &&
git config advice.detachedHead false &&