Make appveyor build ignore rustfmt unavailability
This commit is contained in:
parent
a9714227bd
commit
82be293dfd
@ -22,7 +22,7 @@ install:
|
||||
- del rust-toolchain
|
||||
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
|
||||
- rustup-toolchain-install-master %RUSTC_HASH% -f -n master
|
||||
- rustup component add rustfmt --toolchain nightly
|
||||
- rustup component add rustfmt --toolchain nightly || echo "rustfmt night is unavailable"
|
||||
- rustup default master
|
||||
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
|
||||
- rustc -V
|
||||
|
Loading…
Reference in New Issue
Block a user