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 6d93ffe commit 352b570Copy full SHA for 352b570
.github/workflows/c-cpp.yml
@@ -37,7 +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 && sed -i '/^LIBS/s/$ -lcrypto -lssl' Makefile"
+ run: "sed -i '/^PLUGIN/s/$ SSLPlugin/' Makefile && sed -i '/^LIBS/s/$ -lcrypto -lssl/' Makefile"
41
- name: make
42
run: make
43
- name: mkdir
0 commit comments