Update pull-requests_build-check.yml
This commit is contained in:
@@ -136,11 +136,11 @@ jobs:
|
|||||||
# 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.73.0
|
boost_version: 1.77.0
|
||||||
# OPTIONAL: Specify a custom installation location
|
# OPTIONAL: Specify a custom installation location
|
||||||
boost_install_dir: 'C:'
|
# boost_install_dir: 'C:'
|
||||||
# OPTIONAL: Specify a platform version
|
# OPTIONAL: Specify a platform version
|
||||||
platform_version: 2016
|
platform_version: 2019
|
||||||
|
|
||||||
# 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
|
||||||
@@ -153,7 +153,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir sunshine-windows-build && cd sunshine-windows-build
|
mkdir sunshine-windows-build && cd sunshine-windows-build
|
||||||
set PATH=C:\msys64\mingw64\bin
|
set PATH=C:\msys64\mingw64\bin
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DSUNSHINE_ASSETS_DIR=assets -G "MinGW Makefiles" ..
|
cmake -DBOOST_ROOT=${{ steps.install-boost.outputs.BOOST_ROOT }} -DBOOST_INCLUDEDIR=${{ steps.install-boost.outputs.BOOST_ROOT }}/include -DBOOST_LIBRARYDIR=${{ steps.install-boost.outputs.BOOST_ROOT }}/lib -DCMAKE_BUILD_TYPE=Release -DSUNSHINE_ASSETS_DIR=assets -G "MinGW Makefiles" ..
|
||||||
mingw32-make -j2
|
mingw32-make -j2
|
||||||
- name: Package Windows
|
- name: Package Windows
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user