Update pull-requests_build-check.yml

This commit is contained in:
ReenigneArcher
2021-12-19 00:04:20 -05:00
parent ff47a13bc3
commit 17770fe130

View File

@@ -136,9 +136,9 @@ 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.72.0 boost_version: 1.77.0
# OPTIONAL: Specify a custon 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
@@ -153,9 +153,13 @@ 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
set BOOST_ROOT=${{ steps.install-boost.outputs.BOOST_ROOT }} set BOOST_ROOT=C:\boost
set BOOST_INCLUDEDIR=${{ steps.install-boost.outputs.BOOST_ROOT }} dir C:\boost
set BOOST_LIBRARYDIR=${{ steps.install-boost.outputs.BOOST_ROOT }}\lib echo -----------
set BOOST_INCLUDEDIR=C:\boost
set BOOST_LIBRARYDIR=C:\boost\lib
dir C:\boost\lib
echo -----------
cmake -DCMAKE_BUILD_TYPE=Release -DSUNSHINE_ASSETS_DIR=assets -G "MinGW Makefiles" .. cmake -DCMAKE_BUILD_TYPE=Release -DSUNSHINE_ASSETS_DIR=assets -G "MinGW Makefiles" ..
mingw32-make -j2 mingw32-make -j2
- name: Package Windows - name: Package Windows