aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-07-09 15:03:33 +0200
committerShauren <shauren.trinity@gmail.com>2023-07-09 15:03:33 +0200
commit7324a0ac1aa66fdf0604b14e575714e4a23d103b (patch)
treec5b01a9c79dbd8255b40ec2340ca314a689ca31e
parent0a34290484f3e90a2a642986de682a8b0c7e3815 (diff)
Build/CI: Use boost 1.77 on appveyor
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3de0a438dcc..bcf994ead93 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_77_0
OPENSSL_ROOT_DIR: C:\OpenSSL-v111-Win64
build_script:
- cmd: >-