aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-07-31 16:19:40 -0700
committerSteven Fackler <[email protected]>2016-07-31 16:19:40 -0700
commit5377472e9ad1b83edbfd117140bfbb7a3ad987e3 (patch)
tree13a966e79ad8b57a96c3f05ad6307e83b37dc6b3
parentFix weird inference issue on 1.9 (diff)
downloadrust-openssl-5377472e9ad1b83edbfd117140bfbb7a3ad987e3.tar.xz
rust-openssl-5377472e9ad1b83edbfd117140bfbb7a3ad987e3.zip
Fix appveyor
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8cd9e32b..054b88f2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,7 +11,7 @@ install:
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2h.exe"
- Win%BITS%OpenSSL-1_0_2h.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.9.0-${env:TARGET}.exe"
- - rust-1.8.0-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
+ - rust-1.9.0-%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
- rustc -V