Skip to content

Commit

Permalink
Also install rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bheisler committed Apr 25, 2020
1 parent c22b01f commit 9dd110d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ if [ "$CLIPPY" = "yes" ]; then
rustup component add clippy-preview
fi

if [ "$RUSTFMT" = "yes" ]; then
rustup component add rustfmt
fi


if [ "$DOCS" = "yes" ]; then
cargo install mdbook --no-default-features
cargo install mdbook-linkcheck
Expand Down

0 comments on commit 9dd110d

Please sign in to comment.