Skip to content

Commit 9e29f52

Browse files
committed
Fix for old wolfssl test
1 parent 7f37399 commit 9e29f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make-test-swtpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
working-directory: ./wolfssl-old
179179
run: |
180180
./autogen.sh
181-
CFLAGS="-DWOLFSSL_PUBLIC_MP -DWOLFSSL_TEST_CERT -DWOLFSSL_KEY_GEN" ./configure --enable-wolftpm
181+
./configure --enable-wolftpm --disable-examples --enable-cryptonly CFLAGS="-DWOLFSSL_PUBLIC_MP -DWOLFSSL_TEST_CERT -DWOLFSSL_KEY_GEN"
182182
make
183183
sudo make install
184184
sudo ldconfig

0 commit comments

Comments
 (0)