Skip to content

Commit db6dbe1

Browse files
fix: update Boost paths in server-redis.yml and cmake.yml to match installed version 1.87.0
Co-Authored-By: [email protected] <[email protected]>
1 parent e19f597 commit db6dbe1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: ilammy/msvc-dev-cmd@v1
3838
- uses: ./.github/actions/cmake-test
3939
env:
40-
BOOST_ROOT: 'C:\local\boost_1_81_0\lib64-msvc-14.3'
40+
BOOST_ROOT: 'C:\local\boost_1_87_0\lib64-msvc-14.3'
4141
with:
4242
platform_version: 2022
4343
toolset: msvc

.github/workflows/server-redis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- uses: ilammy/msvc-dev-cmd@v1
4545
- uses: ./.github/actions/ci
4646
env:
47-
BOOST_LIBRARY_DIR: 'C:\local\boost_1_81_0\lib64-msvc-14.3'
48-
BOOST_LIBRARYDIR: 'C:\local\boost_1_81_0\lib64-msvc-14.3'
47+
BOOST_LIBRARY_DIR: 'C:\local\boost_1_87_0\lib64-msvc-14.3'
48+
BOOST_LIBRARYDIR: 'C:\local\boost_1_87_0\lib64-msvc-14.3'
4949
with:
5050
cmake_target: launchdarkly-cpp-server-redis-source
5151
platform_version: 2022

0 commit comments

Comments
 (0)