forked from wolfSSL/wolfssl
fix bad CFLAGS
This commit is contained in:
2
.github/workflows/no-malloc.yml
vendored
2
.github/workflows/no-malloc.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user