mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-21 19:52:08 +08:00
Update c-cpp.yml
This commit is contained in:
parent
afe420f44f
commit
b82ac8f95b
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
if: ${{ !startsWith(matrix.target, 'windows') }}
|
if: ${{ !startsWith(matrix.target, 'windows') }}
|
||||||
run: 'echo PLUGINS := $(PLUGINS) SSLPlugin >>Makefile'
|
run: 'echo PLUGINS := $(PLUGINS) SSLPlugin >>Makefile'
|
||||||
- name: SSLPlugin Linux
|
- name: SSLPlugin Linux
|
||||||
if: ${{ !startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
||||||
run: 'echo LIBS := $(LIBS) -lcrypto -lssl >>Makefile'
|
run: 'echo LIBS := $(LIBS) -lcrypto -lssl >>Makefile'
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
Loading…
Reference in New Issue
Block a user