File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ install:
2020 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
2121 - git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}' >rustc-hash.txt
2222 - set /p RUSTC_HASH=<rustc-hash.txt
23- - del rust-toolchain
24- - cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
25- - rustup-toolchain-install-master %RUSTC_HASH% -f -n master
26- - rustup default master
27- - set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
23+ # uncomment once https://github.com/rust-lang/rust/issues/55376 is fixed
24+ # - del rust-toolchain
25+ # - cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
26+ # - rustup-toolchain-install-master %RUSTC_HASH% -f -n master
27+ # - rustup default master
28+ # - set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
2829 - rustc -V
2930 - cargo -V
3031
You can’t perform that action at this time.
0 commit comments