fix bad CFLAGS

This commit is contained in:
John Bland
2024-03-26 06:14:07 -04:00
parent 30189e5766
commit f63501f035

View File

@ -10,7 +10,7 @@ jobs:
config: [ config: [
# Add new configs here # Add new configs here
'--enable-rsa --enable-keygen --disable-dh', '--enable-rsa --enable-keygen --disable-dh',
'CFLAGS=-DWOLFSSL_NO_MALLOC', 'CFLAGS="-DWOLFSSL_NO_MALLOC"',
] ]
name: make check name: make check
runs-on: ubuntu-latest runs-on: ubuntu-latest