Update pull-requests_build-check.yml

This commit is contained in:
ReenigneArcher
2021-12-18 23:44:02 -05:00
parent ed38b7e86c
commit ff47a13bc3
@@ -152,7 +152,7 @@ jobs:
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }} BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
run: | run: |
mkdir sunshine-windows-build && cd sunshine-windows-build mkdir sunshine-windows-build && cd sunshine-windows-build
set PATH=%PATH%;C:\msys64\mingw64\bin set PATH=C:\msys64\mingw64\bin
set BOOST_ROOT=${{ steps.install-boost.outputs.BOOST_ROOT }} set BOOST_ROOT=${{ steps.install-boost.outputs.BOOST_ROOT }}
set BOOST_INCLUDEDIR=${{ steps.install-boost.outputs.BOOST_ROOT }} set BOOST_INCLUDEDIR=${{ steps.install-boost.outputs.BOOST_ROOT }}
set BOOST_LIBRARYDIR=${{ steps.install-boost.outputs.BOOST_ROOT }}\lib set BOOST_LIBRARYDIR=${{ steps.install-boost.outputs.BOOST_ROOT }}\lib