Skip to content

Commit 9cfc87f

Browse files
Appveyor CI fixes (#876)
* Update boost path in appveyor CI * Additional appveyor fixes for CI --------- Co-authored-by: stephematician <steph.fn.contact@proton.me>
1 parent a56bad8 commit 9cfc87f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ environment:
2424
BOOST_ROOT: C:\Libraries\boost_1_66_0
2525
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
2626
VS_VERSION_MAJOR: 16
27-
BOOST_ROOT: C:\Libraries\boost_1_73_0
27+
BOOST_ROOT: C:\Libraries\boost_1_85_0
2828
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
2929
VS_VERSION_MAJOR: 17
30-
BOOST_ROOT: C:\Libraries\boost_1_73_0
30+
BOOST_ROOT: C:\Libraries\boost_1_85_0
3131

3232
matrix:
3333
exclude:

0 commit comments

Comments
 (0)