Skip to content

Commit

Permalink
Fix appveyor build
Browse files Browse the repository at this point in the history
The VS 2019 image doesn't has Boost 1.77 anymore
  • Loading branch information
Flamefire committed Aug 25, 2024
1 parent 1c01108 commit b582650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
GENERATOR: Visual Studio 16 2019
configuration: Debug
BOOST_ROOT: C:\Libraries\boost_1_77_0
BOOST_ROOT: C:\Libraries\boost_1_85_0
COVERITY_SCAN_TOKEN:
secure: FzhGUr+AR/VOBGUta7dDLMDruolChnvyMSvsM/zLvPY=
COVERITY_SCAN_NOTIFICATION_EMAIL:
Expand Down

0 comments on commit b582650

Please sign in to comment.