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 f80a4401 Getting there [skip ci]
f80a4401 is described below

commit f80a4401f0a257cb9218c4aed70f5d3ca827c12a
Author: Sebb <s...@apache.org>
AuthorDate: Tue Oct 31 22:17:56 2023 +0000

    Getting there [skip ci]
---
 .github/workflows/maven_adhoc.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 49ce1964..bd4e2e43 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -70,7 +70,7 @@ jobs:
         openssl version -e
         chcp 65001 #set code page to utf-8
         echo ("ENGINESDIR=C:\Program Files\OpenSSL\lib\") >> $env:GITHUB_ENV
-        (openssl version -e).replace('ENGINESDIR: 
"','').replace('engines-1_1','')
+        echo (openssl version -e).replace('ENGINESDIR: 
"','"ED=').replace('engines-1_1','') >> $env:GITHUB_ENV
     - name: Build with Maven (not Windows)
       if: ${{ matrix.os != 'windows-latest' }}
       run: |
@@ -87,9 +87,8 @@ jobs:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
       run: |
         echo $env:ENGINESDIR
-        $env:ENGINESDIR = "C:\Program Files\OpenSSL\lib\"
-        echo $env:ENGINESDIR
-        echo mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -D"jni.library.path=$env:ENGINESDIR" 
-D"jna.library.path=$env:ENGINESDIR"
+        echo $env:ED
+        mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -D"jni.library.path=$env:ENGINESDIR" 
-D"jna.library.path=$env: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