Test boost compiled with mingw
This commit is contained in:
@@ -131,17 +131,19 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install boost
|
- 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
|
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.78.0
|
||||||
# OPTIONAL: Specify a custom install location
|
# OPTIONAL: Specify a custom install location
|
||||||
boost_install_dir: 'C:'
|
boost_install_dir: 'C:'
|
||||||
# OPTIONAL: Specify a platform version
|
# OPTIONAL: Specify a platform version
|
||||||
platform_version: 2019
|
platform_version: 2019
|
||||||
|
toolset: mingw
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user