mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-18 20:18:59 +00:00
CI, MSVC: update to use microsoft/setup-msbuild v1.1.3.
Fixes github deprecation warnings
This commit is contained in:
parent
711d30ddd4
commit
8b696541ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/msvc.yml
vendored
2
.github/workflows/msvc.yml
vendored
|
|
@ -66,7 +66,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…
Add table
Add a link
Reference in a new issue