Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-04 13:24:52 +03:00
parent f616645a09
commit 2e26ba8bab

View File

@ -88,6 +88,6 @@ jobs:
cd build cd build
set "LIB=%LIB%;c:/program files/openssl/lib/VC/x64/MT;c:/vcpkg/installed/x64-windows/lib" set "LIB=%LIB%;c:/program files/openssl/lib/VC/x64/MT;c:/vcpkg/installed/x64-windows/lib"
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 -DCMAKE_C_COMPILER=clang .. cmake ..
dir dir
make "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe" 3proxy.sln