diff options
author | Alan Antonuk <alan.antonuk@gmail.com> | 2016-10-14 23:15:46 -0700 |
---|---|---|
committer | Alan Antonuk <alan.antonuk@gmail.com> | 2016-10-14 23:15:46 -0700 |
commit | a45fe6f30ba0bc24da0c6c46ff3c2dc270cf2b6d (patch) | |
tree | f250bf8f6339115d9a364fef91b34b9c69e4c5d3 | |
parent | a80729c586efda3217d7b2848dac9ab288335270 (diff) | |
download | rabbitmq-c-a45fe6f30ba0bc24da0c6c46ff3c2dc270cf2b6d.tar.gz |
CI: bump OpenSSL version on appveyor to 1.0.2j
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 184f5be..1643549 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ cache: - c:\deps -> appveyor.yml install: - - ps: $file = "Win${env:BITS}OpenSSL-1_0_2h.exe" + - ps: $file = "Win${env:BITS}OpenSSL-1_0_2j.exe" - ps: $dir = "c:\deps" - ps: $exists = Test-Path "$dir\$file" - ps: >- |