Update pull-requests_build-check.yml

-Try older version of boost, new version failing with cmake 3.22
This commit is contained in:
ReenigneArcher
2021-12-18 19:37:32 -05:00
parent c49cbd3c3c
commit 214478760b
@@ -130,17 +130,17 @@ jobs:
submodules: recursive submodules: recursive
- name: Install boost - name: Install boost
uses: MarkusJx/install-boost@v2.0.0 uses: MarkusJx/install-boost@v1.0.1
id: install-boost id: install-boost
with: with:
# REQUIRED: Specify the required boost version # REQUIRED: Specify the required boost version
# A list of supported versions can be found here: # A list of supported versions can be found here:
# https://github.com/actions/boost-versions/blob/main/versions-manifest.json # https://github.com/actions/boost-versions/blob/main/versions-manifest.json
boost_version: 1.77.0 boost_version: 1.70.0
# OPTIONAL: Specify a custom installation location # OPTIONAL: Specify a toolset on windows
# boost_install_dir: 'C:' toolset: msvc14.1
# OPTIONAL: Specify a platform version # OPTIONAL: Specify a custom install location
platform_version: 2019 #boost_install_dir: C:\some_directory
# NOTE: If a boost version matching all requirements cannot be found, # NOTE: If a boost version matching all requirements cannot be found,
# this build step will fail # this build step will fail