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:
20
20
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
21
21
- git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}' >rustc-hash.txt
22
22
- 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
28
29
- rustc -V
29
30
- cargo -V
30
31
You can’t perform that action at this time.
0 commit comments