Github action: Fix windows/boost

This commit is contained in:
ArthurSonzogni
2023-05-08 19:58:31 +02:00
parent 3a4a549c17
commit fc8dbceb37
@@ -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' }}