diff options
| author | Michael Wright <mikerite@lavabit.com> | 2019-07-29 07:51:44 +0200 |
|---|---|---|
| committer | Michael Wright <mikerite@lavabit.com> | 2019-07-29 07:51:44 +0200 |
| commit | 82be293dfd532beb763c022f881bcac974d483a9 (patch) | |
| tree | 8ca5c8b9c7621ba547dbcfbbaf65f059ec1eab94 | |
| parent | a9714227bde1ad9e280d087acf513b0420afd871 (diff) | |
| download | rust-82be293dfd532beb763c022f881bcac974d483a9.tar.gz rust-82be293dfd532beb763c022f881bcac974d483a9.zip | |
Make appveyor build ignore rustfmt unavailability
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 9f6cc45af81..23268d7e0de 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |
