mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-18 06:01:32 +00:00
Fix Start-FileDownload
This commit is contained in:
parent
8158a38cd8
commit
4862c704ad
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ environment:
|
|||
install:
|
||||
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2g.exe"
|
||||
- Win%BITS%OpenSSL-1_0_2g.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
|
||||
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe'
|
||||
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
|
||||
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
||||
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
||||
- SET PATH=%PATH%;C:\MinGW\bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue