Skip to content

Commit e19f597

Browse files
fix: update Boost paths in client.yml to match installed version 1.87.0
Co-Authored-By: mkeeler@launchdarkly.com <keelerm84@gmail.com>
1 parent 683c12d commit e19f597

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
- uses: ilammy/msvc-dev-cmd@v1
5959
- uses: ./.github/actions/ci
6060
env:
61-
BOOST_LIBRARY_DIR: 'C:\local\boost_1_81_0\lib64-msvc-14.3'
62-
BOOST_LIBRARYDIR: 'C:\local\boost_1_81_0\lib64-msvc-14.3'
61+
BOOST_LIBRARY_DIR: 'C:\local\boost_1_87_0\lib64-msvc-14.3'
62+
BOOST_LIBRARYDIR: 'C:\local\boost_1_87_0\lib64-msvc-14.3'
6363
with:
6464
cmake_target: launchdarkly-cpp-client
6565
platform_version: 2022

0 commit comments

Comments
 (0)