Skip to content

Commit

Permalink
Fix rustfmt installation to be via rustup.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jul 26, 2019
1 parent 115b453 commit 40bbd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/script.sh
Expand Up @@ -13,7 +13,7 @@ case "$BINDGEN_JOB" in
"test")
# Need rustfmt to compare the test expectations.
rustup update nightly
rustup run nightly cargo install -f rustfmt-nightly
rustup component add rustfmt

cargo test $BINDGEN_PROFILE --features "$BINDGEN_FEATURES"
./ci/assert-no-diff.sh
Expand Down

0 comments on commit 40bbd7d

Please sign in to comment.