Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-03-30 19:54:48 +03:00
parent 81f573ddec
commit 2df68ddb33

View File

@ -59,7 +59,12 @@ jobs:
- name: make clean Windows - name: make clean Windows
if: ${{ startsWith(matrix.target, 'windows') }} if: ${{ startsWith(matrix.target, 'windows') }}
run: make -f Makefile.win clean run: make -f Makefile.win clean
- name: make Windows - name: Setup MSVC environment
if: ${{ startsWith(matrix.target, 'windows') }}
uses: microsoft/setup-msbuild@v1
with:
msbuild-version: latest
- name: make Windows MSVC
if: ${{ startsWith(matrix.target, 'windows') }} if: ${{ startsWith(matrix.target, 'windows') }}
run: nmake /F Makefile.msvc64 run: nmake /F Makefile.msvc64
env: env: