Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-03-30 12:49:56 +03:00
parent 27b4c69dd9
commit 6f2b1a00b6

View File

@ -43,7 +43,10 @@ jobs:
run: copy Makefile.win Makefile
- name: make Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: make all 'LIBS=-L "c:/program files/openssl/lib/VC/x64/MT"' 'CFLAGS=-I "c:/program files/openssl/include"'
run: make
env:
LIBS: '-L "c:/program files/openssl/lib/VC/x64/MT"'
CFLAGS: '-I "c:/program files/openssl/include"'
- name: make Ubuntu
if: ${{ startsWith(matrix.target, 'ubuntu') }}
run: make