Skip to content

Commit

Permalink
Github action: Fix windows/boost
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed May 8, 2023
1 parent 3a4a549 commit fc8dbce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,11 @@ 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.73.0
boost_version: 1.81.0
platform_version: 2022
toolset: msvc

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

0 comments on commit fc8dbce

Please sign in to comment.