Skip to content

Commit

Permalink
Upgrade gh workflow for boost.
Browse files Browse the repository at this point in the history
Roll MarkusJx/[email protected]
  • Loading branch information
ArthurSonzogni committed May 4, 2023
1 parent 30b9f02 commit a97c425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: "Install boost for windows"
if: ${{ runner.os == 'Windows' }}
uses: MarkusJx/install-boost@v1.0.1
uses: MarkusJx/install-boost@v2.4.4
with:
boost_version: 1.81.0
platform_version: 2022
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function(target_set_common target)
target_link_options(${target} PRIVATE "-fwasm-exceptions")
# Nothing
elseif (MSVC)
set_property(TARGET foo PROPERTY
set_property(TARGET ${target} PROPERTY
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
target_compile_options(${target} PRIVATE "/wd4244")
target_compile_options(${target} PRIVATE "/wd4267")
Expand Down

0 comments on commit a97c425

Please sign in to comment.