forked from wolfSSL/wolfssl
use only one matrix index
This commit is contained in:
3
.github/workflows/no-malloc.yml
vendored
3
.github/workflows/no-malloc.yml
vendored
@@ -9,8 +9,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
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