Skip to content

Commit

Permalink
Update windows_build.yml
Browse files Browse the repository at this point in the history
set to boost version 1.80
  • Loading branch information
jgrewe committed Feb 12, 2023
1 parent e2b166b commit e83d34c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ jobs:
- name: Download and install Boost
uses: MarkusJx/install-boost@v2.4.3
with:
boost_version: 1.73.0
boost_version: 1.80.0
# OPTIONAL: Specify a custon install location
boost_install_dir: C:\some_directory
# OPTIONAL: Specify a platform version
platform_version: 2019
platform_version: 2022
# OPTIONAL: Specify a toolset
toolset: msvc

# - name: Download and install Yaml-cpp
# run:
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit e83d34c

Please sign in to comment.