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 b14e40bd Tidy
b14e40bd is described below
commit b14e40bd5d65493ecfca884bbfd9bbd6627e84a5
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 5 00:17:32 2023 +0000
Tidy
---
.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 e7b4f8b7..15a9442d 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -47,6 +47,7 @@ jobs:
dir "C:\Program Files"
dir "C:\Program Files\OpenSSL"
dir "C:\Program Files\OpenSSL\lib"
+ dir "C:\Windows\SYSTEM32"
- name: OpenSSL version
run: openssl version -a
# Get-Childitem –Path "C:\Program Files" -File -Include libcrypto*
-Recurse -ErrorAction SilentlyContinue
@@ -64,8 +65,7 @@ jobs:
OPENSSL_HOME: "C:\\Miniconda\\Library"
LIB: "C:\\Program Files\\OpenSSL\\lib"
run: |
- mvn clean test -B -V -ntp -DtrimStackTrace=false
-D"jni.library.path=$env:LIB" -D"jna.library.path=$env:LIB"
-D"commons.crypto.openssl.check=skip"
- mvn test -B -V -ntp -DtrimStackTrace=false
-D"jni.library.path=$env:LIB" -D"jna.library.path=$env:LIB"
-D"commons.crypto.openssl.check=skip" -D"commons.crypto.debug=true"
+ mvn clean test -B -V -ntp -DtrimStackTrace=false
-D"jni.library.path=$env:LIB" -D"jna.library.path=$env:LIB"
-D"commons.crypto.openssl.check=skip" -D"commons.crypto.debug=true"
- name: JNA test
if: always()
env: