Update pull-requests_build-check.yml

This commit is contained in:
ReenigneArcher 2021-12-19 00:42:34 -05:00
parent 4406f7428b
commit a5e2df11eb

View File

@ -160,7 +160,7 @@ jobs:
set BOOST_LIBRARYDIR=C:\boost\lib
dir C:\boost\boost\lib
echo -----------
cmake -DCMAKE_BUILD_TYPE=Release -DSUNSHINE_ASSETS_DIR=assets -G "MinGW Makefiles" ..
cmake -DBoost_USE_STATIC_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DSUNSHINE_ASSETS_DIR=assets -G "MinGW Makefiles" ..
mingw32-make -j2
- name: Package Windows
run: |