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 a615f2e3 Windows needs different property names
a615f2e3 is described below

commit a615f2e387f61c3d262a668f9bd81ecad5e5913d
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 6 23:22:58 2023 +0000

    Windows needs different property names
---
 .github/workflows/maven.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4fe5c748..922ee1d0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -118,8 +118,9 @@ jobs:
       # N.B. This must *not* be run under the bash shell, as that changes the 
default openssl library under Windows
       env:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
+        NAME: "libcrypto-1_1-x64"
       run: |
-        mvn -V -B -ntp -DtrimStackTrace=false 
-D"jni.library.path=$env:ENGINESDIR" -D"jna.library.path=$env:ENGINESDIR" 
-D"commons.crypto.openssl.check=$env:CHECK_SKIP"
+        mvn -V -B -ntp -DtrimStackTrace=false -D"jni.library.name=$env:NAME" 
-D"commons.crypto.OpenSslNativeJna=$env:NAME" 
-D"commons.crypto.openssl.check=$env:CHECK_SKIP"
     - name: Build with Maven (not Windows)
       if: ${{ matrix.os != 'windows-latest' }}
       run: |

Reply via email to