aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ball <[email protected]>2016-05-04 14:17:11 -0700
committerMatt Ball <[email protected]>2016-05-04 14:17:11 -0700
commit20ebb63c88591f956358f19a58a527eb66f00fb8 (patch)
tree067705b8d1c6114b40372c8d820e80641482e279
parentUpdate openssl version in CI (diff)
downloadrust-openssl-20ebb63c88591f956358f19a58a527eb66f00fb8.tar.xz
rust-openssl-20ebb63c88591f956358f19a58a527eb66f00fb8.zip
fixes typo in appveyor config
-rw-r--r--appveyor.yml2
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