We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4a549 commit fc8dbceCopy full SHA for fc8dbce
.github/workflows/continuous-integration.yaml
@@ -198,9 +198,11 @@ jobs:
198
199
- name: "Install boost for windows"
200
if: ${{ runner.os == 'Windows' }}
201
- uses: MarkusJx/install-boost@v1.0.1
+ uses: MarkusJx/install-boost@v2.4.4
202
with:
203
- boost_version: 1.73.0
+ boost_version: 1.81.0
204
+ platform_version: 2022
205
+ toolset: msvc
206
207
- name: "Install dependencies for macOS"
208
if: ${{ runner.os == 'macOS' }}
0 commit comments