Skip to content

Commit a2ab7b3

Browse files
Merge pull request #9548 from julek-wolfssl/fix-os-check-cflags
Fix incorrect use of CFLAGS in os-check
2 parents 39a903b + 432f0e3 commit a2ab7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
'--enable-lms=small,verify-only --enable-xmss=small,verify-only',
6060
'--disable-sys-ca-certs',
6161
'--enable-all CPPFLAGS=-DWOLFSSL_DEBUG_CERTS ',
62-
'--enable-all CFLAGS="-DWOLFSSL_CHECK_MEM_ZERO"',
62+
'--enable-all CPPFLAGS="-DWOLFSSL_CHECK_MEM_ZERO"',
6363
'--enable-coding=no',
6464
'--enable-dtls --enable-dtls13 --enable-ocspstapling --enable-ocspstapling2
6565
--enable-cert-setup-cb --enable-sessioncerts',

0 commit comments

Comments
 (0)