Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2025-03-14 20:31:39 +03:00 committed by GitHub
parent afe420f44f
commit b82ac8f95b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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