From b82ac8f95b9a63655ed0ab7106d1d84520a353b9 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 14 Mar 2025 20:31:39 +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 dd1692e..707fef6 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -39,7 +39,7 @@ jobs: if: ${{ !startsWith(matrix.target, 'windows') }} run: 'echo PLUGINS := $(PLUGINS) SSLPlugin >>Makefile' - name: SSLPlugin Linux - if: ${{ !startsWith(matrix.target, 'windows') }} + if: ${{ startsWith(matrix.target, 'ubuntu') }} run: 'echo LIBS := $(LIBS) -lcrypto -lssl >>Makefile' - name: make run: make