Skip to content

Commit 352b570

Browse files
committed
Update c-cpp.yml
1 parent 6d93ffe commit 352b570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
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'
3838
- name: SSLPlugin Linux
3939
if: ${{ startsWith(matrix.target, 'ubuntu') }}
40-
run: "sed -i '/^PLUGIN/s/$ SSLPlugin' Makefile && sed -i '/^LIBS/s/$ -lcrypto -lssl' Makefile"
40+
run: "sed -i '/^PLUGIN/s/$ SSLPlugin/' Makefile && sed -i '/^LIBS/s/$ -lcrypto -lssl/' Makefile"
4141
- name: make
4242
run: make
4343
- name: mkdir

0 commit comments

Comments
 (0)