|
@@ -23,7 +23,7 @@ jobs:
|
|
|
project: VisualC-WinRT/SDL-UWP.sln, projectflags: '/p:Platform=x64 /p:WindowsTargetPlatformVersion=10.0.17763.0' }
|
|
|
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v3
|
|
|
+ - uses: actions/checkout@v4
|
|
|
- name: Create CMake project using SDL as a subproject
|
|
|
shell: python
|
|
|
run: |
|
|
@@ -74,7 +74,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 }}
|