diff --git a/.github/workflows/pull-requests_build-check.yml b/.github/workflows/pull-requests_build-check.yml index 0d8424cf..a4d8a283 100644 --- a/.github/workflows/pull-requests_build-check.yml +++ b/.github/workflows/pull-requests_build-check.yml @@ -130,17 +130,17 @@ jobs: submodules: recursive - name: Install boost - uses: MarkusJx/install-boost@v2.0.0 + uses: MarkusJx/install-boost@v1.0.1 id: install-boost with: # REQUIRED: Specify the required boost version # A list of supported versions can be found here: # https://github.com/actions/boost-versions/blob/main/versions-manifest.json - boost_version: 1.77.0 - # OPTIONAL: Specify a custom installation location - # boost_install_dir: 'C:' - # OPTIONAL: Specify a platform version - platform_version: 2019 + boost_version: 1.70.0 + # OPTIONAL: Specify a toolset on windows + toolset: msvc14.1 + # OPTIONAL: Specify a custom install location + #boost_install_dir: C:\some_directory # NOTE: If a boost version matching all requirements cannot be found, # this build step will fail