Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-03-30 20:58:33 +03:00
parent 772da8837a
commit cc2a6ecc4a

View File

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