Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-03-30 20:54:22 +03:00
parent d790e11ac6
commit 772da8837a

View File

@ -54,7 +54,7 @@ jobs:
if: ${{ startsWith(matrix.target, 'windows') }} if: ${{ startsWith(matrix.target, 'windows') }}
run: make -f Makefile.win run: make -f Makefile.win
env: env:
LIBS: '-L "c:/program files/openssl/lib/VC/x64/MT"' LIBS: '-L "c:/program files/openssl/lib/mingw/x64/"'
CFLAGS: '-I "c:/program files/openssl/include"' CFLAGS: '-I "c:/program files/openssl/include"'
- name: make clean Windows - name: make clean Windows
if: ${{ startsWith(matrix.target, 'windows') }} if: ${{ startsWith(matrix.target, 'windows') }}