From 6f2b1a00b6e403a2e9a78f001000385ce09d041c Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Mon, 30 Mar 2026 12:49:56 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index d516090..3902a62 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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