mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 18:55:42 +00:00
CI, MSVC: update to use microsoft/setup-msbuild v1.1.3.
Fixes github deprecation warnings
This commit is contained in:
parent
02ab7f3745
commit
06492c5981
2
.github/workflows/msvc.yml
vendored
2
.github/workflows/msvc.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
|
||||
- name: Add msbuild to PATH
|
||||
if: ${{ matrix.platform.project != '' }}
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
uses: microsoft/setup-msbuild@v1.1.3
|
||||
- name: Build msbuild
|
||||
if: ${{ matrix.platform.project != '' }}
|
||||
run: msbuild ${{ matrix.platform.project }} /m /p:BuildInParallel=true /p:Configuration=Release ${{ matrix.platform.projectflags }}
|
||||
|
|
Loading…
Reference in a new issue