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 551e13a9 Keep trying
551e13a9 is described below

commit 551e13a933c605f0fb16b021433a36bd2cfed2e3
Author: Sebb <s...@apache.org>
AuthorDate: Tue Oct 31 20:55:22 2023 +0000

    Keep trying
    
    [skip ci]
---
 .github/workflows/maven_adhoc.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 270d7f8b..55f3e9a7 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -68,6 +68,7 @@ jobs:
       if: ${{ matrix.os == 'windows-latest' }}
       run: |
         openssl version -e
+        echo "ENGINESDIR=C:\Program Files\OpenSSL\lib\" >> "$GITHUB_ENV"
     - name: Build with Maven
       # OPENSSL_HOME is needed for Windows build; not used by other builds so 
can set unconditionally
       # It's not clear how one is supposed to find the correct setting;
@@ -77,7 +78,9 @@ jobs:
       # "C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw64\\opt"
       env:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
-      run: mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -D"jni.library.path=$ENGINESDIR" 
-D"jna.library.path=$ENGINESDIR"
+      run: |
+        echo "ED=$ENGINESDIR"
+        mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -D"jni.library.path=$ENGINESDIR" 
-D"jna.library.path=$ENGINESDIR"
     # - 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