Skip to content

Commit 88f57f3

Browse files
committed
Fix CI
1 parent e4ea095 commit 88f57f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,12 @@ jobs:
218218
# Old wolfSSL before PR #5075 does not support using a public key in place of private key with
219219
# crypto callbacks enabled.
220220
# To use PKCS7 or TLS Server a dummy private key must be used for older wolfSSL versions.
221+
# Use newer wolfSSL TLS client/server to resolve test certificate expirations
221222
run: |
222223
./configure --enable-swtpm
223224
make
224225
make check
225-
WOLFSSL_PATH=./wolfssl-old NO_PUBASPRIV=1 ./examples/run_examples.sh
226+
WOLFSSL_PATH=./wolfssl NO_PUBASPRIV=1 ./examples/run_examples.sh
226227
227228
# capture logs on failure
228229
- name: Upload failure logs

0 commit comments

Comments
 (0)