From 9350afbe6a8690681ee297145df49ce81f026086 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 20 Dec 2021 15:52:01 -0500 Subject: [PATCH] Test boost compiled with mingw --- .github/workflows/pull-requests_build-check.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-requests_build-check.yml b/.github/workflows/pull-requests_build-check.yml index c62ab5d8..c907c94e 100644 --- a/.github/workflows/pull-requests_build-check.yml +++ b/.github/workflows/pull-requests_build-check.yml @@ -131,17 +131,19 @@ jobs: submodules: recursive - name: Install boost - uses: MarkusJx/install-boost@v2.0.0 + #uses: MarkusJx/install-boost@v2.0.0 + uses: MarkusJx/install-boost@boost-mingw 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 + boost_version: 1.78.0 # OPTIONAL: Specify a custom install location boost_install_dir: 'C:' # OPTIONAL: Specify a platform version platform_version: 2019 + toolset: mingw # NOTE: If a boost version matching all requirements cannot be found, # this build step will fail