mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Update pull-requests_build-check.yml
This commit is contained in:
19
.github/workflows/pull-requests_build-check.yml
vendored
19
.github/workflows/pull-requests_build-check.yml
vendored
@@ -143,27 +143,10 @@ jobs:
|
||||
boost_install_dir: 'C:'
|
||||
# OPTIONAL: Specify a platform version
|
||||
platform_version: 2019
|
||||
toolset: msvc
|
||||
toolset: mingw
|
||||
|
||||
# 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
|
||||
# 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: mingw
|
||||
#
|
||||
# # NOTE: If a boost version matching all requirements cannot be found,
|
||||
# # this build step will fail
|
||||
- name: Setup Windows
|
||||
run: |
|
||||
C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -S mingw-w64-x86_64-binutils mingw-w64-x86_64-openssl mingw-w64-x86_64-cmake mingw-w64-x86_64-toolchain mingw-w64-x86_64-opus mingw-w64-x86_64-x265 mingw-w64-x86_64-boost git yasm nasm diffutils make"
|
||||
|
||||
Reference in New Issue
Block a user