diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-09-12 21:32:22 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-09-12 21:32:55 +0200 |
commit | 79544e5fbe15d485f67511b9d99c488e93c396ff (patch) | |
tree | 54161e977e70c13b96f8073e7479c9784b21e20a /appveyor.yml | |
parent | ae2a3a09c74038fc11e4ffb6192a7991af61353d (diff) |
CI/AppVeyor: Upgrade boost version to 1.82
(cherry picked from commit 3ecd678a09afeb8d6089421a1ec6d577e4fa4cf5)
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 7cf92124e00..819b8a64622 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ clone_depth: 1 init: - ps: '' environment: - BOOST_ROOT: C:\Libraries\boost_1_73_0 + BOOST_ROOT: C:\Libraries\boost_1_82_0 OPENSSL_ROOT_DIR: C:\OpenSSL-v111-Win64 build_script: - cmd: >- |