From 4c190e108dab1e8e7c925ceeb5a619864fd7a78c Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Sat, 4 Apr 2026 13:30:52 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b6ee1a0..69471f2 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -79,7 +79,7 @@ jobs: nmake /F Makefile.msvc64 clean - name: make with CMake POSIX 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 if: ${{ startsWith(matrix.target, 'windows') }} shell: cmd @@ -90,4 +90,4 @@ jobs: set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include" cmake .. dir - "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe" 3proxy.sln + cmake --build .