Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-03-27 19:50:13 +03:00
parent 23b8fa37f8
commit ea937634cf

View File

@ -46,7 +46,7 @@ jobs:
run: vcpkg install pcre:x64-windows run: vcpkg install pcre:x64-windows
- name: dirs Windows - name: dirs Windows
if: ${{ startsWith(matrix.target, 'windows') }} if: ${{ startsWith(matrix.target, 'windows') }}
run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib/VC/x64/MT" $(LIBS) >>Makefile.win && echo CFLAGS := -I "c:/program files/openssl/include" $(CFLAGS) >>Makefile.win && type Makefile.win && dir "c:/program files/openssl/lib"' run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib/VC/x64/MT" -L C:/vcpkg/installed/x64-windows/lib $(LIBS) >>Makefile.win && echo CFLAGS := -I "c:/program files/openssl/include" -I C:/vcpkg/installed/x64-windows/include $(CFLAGS) >>Makefile.win && type Makefile.win && dir "c:/program files/openssl/lib"'
- name: make - name: make
run: make run: make
- name: mkdir - name: mkdir