Skip to content

Commit fc8dbce

Browse files
Github action: Fix windows/boost
1 parent 3a4a549 commit fc8dbce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,11 @@ jobs:
198198

199199
- name: "Install boost for windows"
200200
if: ${{ runner.os == 'Windows' }}
201-
uses: MarkusJx/install-boost@v1.0.1
201+
uses: MarkusJx/install-boost@v2.4.4
202202
with:
203-
boost_version: 1.73.0
203+
boost_version: 1.81.0
204+
platform_version: 2022
205+
toolset: msvc
204206

205207
- name: "Install dependencies for macOS"
206208
if: ${{ runner.os == 'macOS' }}

0 commit comments

Comments
 (0)