Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Dec 13, 2024
1 parent e4ea095 commit 88f57f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make-test-swtpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,12 @@ jobs:
# Old wolfSSL before PR #5075 does not support using a public key in place of private key with
# crypto callbacks enabled.
# To use PKCS7 or TLS Server a dummy private key must be used for older wolfSSL versions.
# Use newer wolfSSL TLS client/server to resolve test certificate expirations
run: |
./configure --enable-swtpm
make
make check
WOLFSSL_PATH=./wolfssl-old NO_PUBASPRIV=1 ./examples/run_examples.sh
WOLFSSL_PATH=./wolfssl NO_PUBASPRIV=1 ./examples/run_examples.sh
# capture logs on failure
- name: Upload failure logs
Expand Down

0 comments on commit 88f57f3

Please sign in to comment.