Skip to content

Commit 186b5b2

Browse files
author
Michael Wright
committed
Add rustfmt nightly to appveyor install
1 parent c0c2a8d commit 186b5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ install:
2323
- del rust-toolchain
2424
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
2525
- rustup-toolchain-install-master %RUSTC_HASH% -f -n master
26+
- rustup component add rustfmt --toolchain nightly
2627
- rustup default master
2728
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
2829
- rustc -V

0 commit comments

Comments
 (0)