Skip to content

Commit 6d93ffe

Browse files
committed
Update c-cpp.yml
1 parent 613f515 commit 6d93ffe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +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"
41-
run: "sed -i '/^LIBS/s/$ -lcrypto -lssl' Makefile"
40+
run: "sed -i '/^PLUGIN/s/$ SSLPlugin' Makefile && sed -i '/^LIBS/s/$ -lcrypto -lssl' Makefile"
4241
- name: make
4342
run: make
4443
- name: mkdir

0 commit comments

Comments
 (0)