Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2025-03-14 21:48:02 +03:00 committed by GitHub
parent 9a39a49c07
commit e26e3727a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,9 @@ jobs:
run: 'echo PLUGINS := $(PLUGINS) SSLPlugin >>Makefile & echo LIBS := $(LIBS) -lcrypto -lssl >>Makefile'
- name: make
run: make
- name: ln Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: make allplugins
- name: mkdir
if: ${{ startsWith(matrix.target, 'ubuntu') }}
run: mkdir ~/3proxy