We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a03db9 + 3d49188 commit 9a0db66Copy full SHA for 9a0db66
.appveyor.yml
@@ -21,7 +21,7 @@ install:
21
- rustup-init.exe -y --default-host %TARGET% --default-toolchain stable
22
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
23
# Install "master" toolchain
24
- - cargo install rustup-toolchain-install-master
+ - cargo install rustup-toolchain-install-master & exit 0
25
- set /p RUSTC_HASH=<rust-version
26
- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c cargo -c rust-src
27
- rustup default master
0 commit comments