This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch crypto-174
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/crypto-174 by this push:
new 54de78d2 Update maven_adhoc.yml
54de78d2 is described below
commit 54de78d2efe2d8654b97f6cc5623b2aa0415bb4d
Author: sebbASF <[email protected]>
AuthorDate: Sun Nov 5 02:28:47 2023 +0000
Update maven_adhoc.yml
---
.github/workflows/maven_adhoc.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven_adhoc.yml
b/.github/workflows/maven_adhoc.yml
index 70c1cc15..d8e9072b 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -71,9 +71,9 @@ jobs:
if: always()
env:
LIB: "C:\\Program Files\\OpenSSL\\lib"
- NAME: "libcrypto-1_1-x64.dll"
+ NAME: "crypto-1_1-x64"
run: |
- mvn -q exec:java
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
-D"commons.crypto.debug=true" -D"jna.library.path=$env:LIB"
+ mvn -q exec:java
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
-D"commons.crypto.debug=true" -D"commons.crypto.OpenSslNativeJna=$env:NAME"
- name: JNI test
if: always()
env: