use only one matrix index

pull/7362/head
John Bland 2024-03-26 06:24:26 -04:00
parent f63501f035
commit 6272465c44
1 changed files with 1 additions and 2 deletions

View File

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