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