From 97f9d5390a0a057dc001d58f06797ca36b634085 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 14 Mar 2025 19:50:20 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 852ee0a..491f3b5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -34,7 +34,7 @@ jobs: run: copy Makefile.win Makefile - name: dir Windows if: ${{ startsWith(matrix.target, 'windows') }} - run: cmd /C 'echo LIBS= -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win && type Makefile.win' + run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win && type Makefile.win' - name: make # if: ${{ !startsWith(matrix.target, 'windows') }} run: make