Skip to content

Commit

Permalink
add cert service
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohnstown committed May 17, 2024
1 parent 35763f9 commit cd09472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/os-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
repository: wolfssl/wolfssl
ref: ${{ env.WOLFSSL_REF }}
path: wolfssl
configure: --enable-curve25519 --enable-ed25519 --enable-wolfssh --enable-coding --enable-keygen --enable-cryptonly --disable-examples --disable-crypttests
configure: --enable-curve25519 --enable-ed25519 --enable-wolfssh --enable-coding --enable-keygen --enable-certservice --enable-cryptonly --disable-examples --disable-crypttests
check: false
install: true

Expand Down

0 comments on commit cd09472

Please sign in to comment.