.
This commit is contained in:
parent
7aa6c6e94a
commit
256c991c0c
@ -4,7 +4,7 @@ install:
|
|||||||
- if NOT "%RUST%" == "nightly" set RUST_VERSION=%RUST%
|
- if NOT "%RUST%" == "nightly" set RUST_VERSION=%RUST%
|
||||||
- SET RUST_URL=https://static.rust-lang.org/dist/rust-%RUST_VERSION%-%ARCH%-pc-windows-gnu.exe
|
- SET RUST_URL=https://static.rust-lang.org/dist/rust-%RUST_VERSION%-%ARCH%-pc-windows-gnu.exe
|
||||||
- SET PATH=C:\Rust\bin;C:\msys64\mingw%BITS%\bin;%PATH%;C:\msys64\usr\bin
|
- SET PATH=C:\Rust\bin;C:\msys64\mingw%BITS%\bin;%PATH%;C:\msys64\usr\bin
|
||||||
- ps: Start-FileDownload $Env:RUST_URL -FileName rust-dist.exe
|
- ps: Start-FileDownload $env:RUST_URL -FileName rust-dist.exe
|
||||||
- rust-dist.exe /VERYSILENT /NORESTART /COMPONENTS="Rustc,Gcc,Cargo,Std" /DIR="C:\Rust"
|
- rust-dist.exe /VERYSILENT /NORESTART /COMPONENTS="Rustc,Gcc,Cargo,Std" /DIR="C:\Rust"
|
||||||
- rustc -V
|
- rustc -V
|
||||||
- cargo -V
|
- cargo -V
|
||||||
|
Loading…
Reference in New Issue
Block a user