diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-07-09 15:03:33 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-07-09 15:03:33 +0200 |
| commit | 7324a0ac1aa66fdf0604b14e575714e4a23d103b (patch) | |
| tree | c5b01a9c79dbd8255b40ec2340ca314a689ca31e | |
| parent | 0a34290484f3e90a2a642986de682a8b0c7e3815 (diff) | |
Build/CI: Use boost 1.77 on appveyor
| -rw-r--r-- | appveyor.yml | 2 |
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: >- |
