diff options
author | Shauren <shauren.trinity@gmail.com> | 2021-09-05 01:27:51 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-09-05 01:27:51 +0200 |
commit | 05f188ae2b3a431624eebbf8a44cb6dc0e977c0c (patch) | |
tree | ce8392b54d928bb96eb7e16a4a1eecad638a0d39 /appveyor.yml | |
parent | 17403ef4d5651077e3b8a7b0ad16aea067f391be (diff) |
CI: Update boost version used on appveyor
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 1e1e938b194..85467552ace 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ clone_depth: 1 init: - ps: '' environment: - BOOST_ROOT: C:\Libraries\boost_1_71_0 + BOOST_ROOT: C:\Libraries\boost_1_73_0 OPENSSL_ROOT_DIR: C:\OpenSSL-Win64 build_script: - cmd: >- |