F-12703: resolve the example main class ahead of the wolfcrypt-jni jar
parent
eb59b04cab
commit
0461766540
|
|
@ -143,7 +143,7 @@ jobs:
|
|||
working-directory: wolfssljni
|
||||
run: |
|
||||
java -classpath \
|
||||
lib/wolfssl.jar:lib/wolfssl-jsse.jar:$GITHUB_WORKSPACE/wolfcryptjni/lib/wolfcrypt-jni.jar:examples/provider \
|
||||
examples/provider:lib/wolfssl.jar:lib/wolfssl-jsse.jar:$GITHUB_WORKSPACE/wolfcryptjni/lib/wolfcrypt-jni.jar \
|
||||
DualProviderFIPSTest
|
||||
|
||||
- name: Show logs on failure
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@
|
|||
WOLFCRYPTJNI_DIR="${WOLFCRYPTJNI_DIR:-../../wolfcryptjni}"
|
||||
|
||||
java -classpath \
|
||||
lib/wolfssl.jar:lib/wolfssl-jsse.jar:"${WOLFCRYPTJNI_DIR}"/lib/wolfcrypt-jni.jar:examples/provider \
|
||||
examples/provider:lib/wolfssl.jar:lib/wolfssl-jsse.jar:"${WOLFCRYPTJNI_DIR}"/lib/wolfcrypt-jni.jar \
|
||||
DualProviderFIPSTest
|
||||
|
|
|
|||
Loading…
Reference in New Issue