mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-03-14 01:27:36 +00:00
Update pull-requests_build-check.yml
This commit is contained in:
parent
32867d1bbf
commit
bc945df0a7
17
.github/workflows/pull-requests_build-check.yml
vendored
17
.github/workflows/pull-requests_build-check.yml
vendored
@ -130,6 +130,23 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install boost
|
||||
#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.78.0
|
||||
# OPTIONAL: Specify a custom install location
|
||||
boost_install_dir: 'C:'
|
||||
# OPTIONAL: Specify a platform version
|
||||
platform_version: 2019
|
||||
toolset: msvc
|
||||
|
||||
# NOTE: If a boost version matching all requirements cannot be found,
|
||||
# this build step will fail
|
||||
# - name: Install boost
|
||||
# #uses: MarkusJx/install-boost@v2.0.0
|
||||
# uses: MarkusJx/install-boost@boost-mingw
|
||||
|
Loading…
x
Reference in New Issue
Block a user