Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-04 13:30:52 +03:00
parent 2e26ba8bab
commit 4c190e108d

View File

@ -79,7 +79,7 @@ jobs:
nmake /F Makefile.msvc64 clean nmake /F Makefile.msvc64 clean
- name: make with CMake POSIX - name: make with CMake POSIX
if: ${{ ! startsWith(matrix.target, 'windows') }} if: ${{ ! startsWith(matrix.target, 'windows') }}
run: mkdir build && cd build && cmake .. && make run: mkdir build && cd build && cmake .. && cmake --build .
- name: make with CMake Win - name: make with CMake Win
if: ${{ startsWith(matrix.target, 'windows') }} if: ${{ startsWith(matrix.target, 'windows') }}
shell: cmd shell: cmd
@ -90,4 +90,4 @@ jobs:
set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include" set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include"
cmake .. cmake ..
dir dir
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe" 3proxy.sln cmake --build .