Skip to content

Commit 8181561

Browse files
committed
Fix for syntax error in os-check.yml added in PR #8867.
1 parent 1549425 commit 8181561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/os-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
--enable-dtls-mtu CPPFLAGS=-DWOLFSSL_DTLS_RECORDS_CAN_SPAN_DATAGRAMS',
5151
'--enable-opensslall --enable-opensslextra CPPFLAGS=-DWC_RNG_SEED_CB',
5252
'--enable-opensslall --enable-opensslextra
53-
CPPFLAGS='-DWC_RNG_SEED_CB -DWOLFSSL_NO_GETPID'',
53+
CPPFLAGS=''-DWC_RNG_SEED_CB -DWOLFSSL_NO_GETPID'' ',
5454
]
5555
name: make check
5656
if: github.repository_owner == 'wolfssl'

0 commit comments

Comments
 (0)