We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613f515 commit 6d93ffeCopy full SHA for 6d93ffe
.github/workflows/c-cpp.yml
@@ -37,8 +37,7 @@ jobs:
37
run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win && echo CFLAGS := -I "c:/program files/openssl/include" $(CFLAGS) >>Makefile.win && type Makefile.win'
38
- name: SSLPlugin Linux
39
if: ${{ startsWith(matrix.target, 'ubuntu') }}
40
- run: "sed -i '/^PLUGIN/s/$ SSLPlugin' Makefile"
41
- run: "sed -i '/^LIBS/s/$ -lcrypto -lssl' Makefile"
+ run: "sed -i '/^PLUGIN/s/$ SSLPlugin' Makefile && sed -i '/^LIBS/s/$ -lcrypto -lssl' Makefile"
42
- name: make
43
run: make
44
- name: mkdir
0 commit comments