ci: update deprecated node.js 16 actions
This commit is contained in:
committed by
Anonymous Maarten
parent
cbe330befd
commit
38d24778ed
2
.github/workflows/msvc.yml
vendored
2
.github/workflows/msvc.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
if: ${{ matrix.platform.project != '' }}
|
||||
uses: microsoft/setup-msbuild@v1.1.3
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
- name: Build msbuild
|
||||
if: ${{ matrix.platform.project != '' }}
|
||||
run: msbuild ${{ matrix.platform.project }} /m /p:BuildInParallel=true /p:Configuration=Release ${{ matrix.platform.projectflags }}
|
||||
|
||||
Reference in New Issue
Block a user