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:22 +0200 |
commit | 3ecd678a09afeb8d6089421a1ec6d577e4fa4cf5 (patch) | |
tree | a1317c09c17c4412aaffa56f9d37bbebee330442 /appveyor.yml | |
parent | 1fa1b378c4ccb0ae0347f1f55c42a2634808300b (diff) |
CI/AppVeyor: Upgrade boost version to 1.82
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: >- |