From 6bbf528a2065f3a92eab39906ed91a59481c5007 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Mon, 30 Mar 2026 21:01:25 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f01afbf..b9882fc 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -59,16 +59,15 @@ jobs: - name: make clean Windows if: ${{ startsWith(matrix.target, 'windows') }} run: make -f Makefile.win clean - - name: make Windows MSVC - if: ${{ startsWith(matrix.target, 'windows') }} - shell: cmd - run: | - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - nmake /F Makefile.msvc64' - env: - LIBS: '-L "c:/program files/openssl/lib/VC/x64/MT"' - CFLAGS: '-I "c:/program files/openssl/include"' - - name: make clean Windows - if: ${{ startsWith(matrix.target, 'windows') }} - run: nmake /F Makefile.msvc64 clean - +# - name: make Windows MSVC +# if: ${{ startsWith(matrix.target, 'windows') }} +# shell: cmd +# run: | +# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" +# nmake /F Makefile.msvc64' +# env: +# LIBS: '-L "c:/program files/openssl/lib/VC/x64/MT"' +# CFLAGS: '-I "c:/program files/openssl/include"' +# - name: make clean Windows +# if: ${{ startsWith(matrix.target, 'windows') }} +# run: nmake /F Makefile.msvc64 clean