diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-05-03 17:52:22 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-05-03 17:52:22 +0200 |
commit | 63f6626c46919a9f6c5317cd0faf2d23a2781898 (patch) | |
tree | 5a7f2f4846d3fe1344c6f380041ab44963737205 /appveyor.yml | |
parent | 2345b3366935135c41a1d36b0aa34bf4e9cdc838 (diff) |
CI: Bump upgrade openssl used on appveyor from 1.0.2 to 1.1.1
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8d5d8e3b3fd..cbd69012eb7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ init: - ps: '' environment: BOOST_ROOT: C:\Libraries\boost_1_73_0 - OPENSSL_ROOT_DIR: C:\OpenSSL-Win64 + OPENSSL_ROOT_DIR: C:\OpenSSL-v111-Win64 build_script: - cmd: >- git config user.email "appveyor@build.bot" && git config user.name "AppVeyor" |