This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new c922fb50 Try OPENSSL_HOME [skip ci]
c922fb50 is described below

commit c922fb503cef58f1792715b24162a45e1fcbf1e9
Author: Sebb <s...@apache.org>
AuthorDate: Tue Oct 31 23:45:54 2023 +0000

    Try OPENSSL_HOME [skip ci]
---
 .github/workflows/maven_adhoc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index cd42c6aa..e2c118cb 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -87,7 +87,7 @@ jobs:
       env:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
       run: |
-        echo mvn test --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -D"jni.library.path=$env:ENGINESDIR" 
-D"jna.library.path=$env:ENGINESDIR"
+        mvn test --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -D"jni.library.path=$env:OPENSSL_HOME" 
-D"jna.library.path=$env:OPENSSL_HOME"
     # - name: Run Crypto (JNI)
     #   run: |
     #     mvn --show-version --batch-mode --no-transfer-progress -q exec:java 
-D"exec.mainClass=org.apache.commons.crypto.Crypto" 
-D"commons.crypto.debug=true"

Reply via email to