diff options
| author | Matt Ball <[email protected]> | 2016-05-04 14:17:11 -0700 |
|---|---|---|
| committer | Matt Ball <[email protected]> | 2016-05-04 14:17:11 -0700 |
| commit | 20ebb63c88591f956358f19a58a527eb66f00fb8 (patch) | |
| tree | 067705b8d1c6114b40372c8d820e80641482e279 | |
| parent | Update openssl version in CI (diff) | |
| download | rust-openssl-20ebb63c88591f956358f19a58a527eb66f00fb8.tar.xz rust-openssl-20ebb63c88591f956358f19a58a527eb66f00fb8.zip | |
fixes typo in appveyor config
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5b98e736..f835d9f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ environment: # BITS: 64 install: - ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2h.exe" - - Win%BITS%OpenSSL-1_0_2g.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL" + - Win%BITS%OpenSSL-1_0_2h.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL" - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.8.0-${env:TARGET}.exe" - rust-1.8.0-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin |