Skip to content

Commit

Permalink
Explicitly set Boost version to 1.72 on Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedld committed Jan 4, 2021
1 parent 84e1b9e commit b912e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: vcpkg install sqlite3
- name: Configure
run: cmake -S . -B _build -A x64 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBT_MIGRATE_PREFER_STATIC_LIBS=ON -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
run: cmake -S . -B _build -A x64 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBT_MIGRATE_PREFER_STATIC_LIBS=ON -DBOOST_ROOT=$Env:BOOST_ROOT_1_72_0 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
- name: Build
run: cmake --build _build --config RelWithDebInfo
- name: Prepare artifacts
Expand Down

0 comments on commit b912e67

Please sign in to comment.