This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch crypto-174
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/crypto-174 by this push:
new d09723a7 Typo
d09723a7 is described below
commit d09723a7c50f10dbf740f6132d8be9aadd3c15b2
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 6 22:17:09 2023 +0000
Typo
---
.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 c1cbb3fc..ed5a50ad 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -65,7 +65,7 @@ jobs:
OPENSSL_HOME: "C:\\Miniconda\\Library"
NAME: "crypto-1_1-x64"
run: |
- mvn clean test -B -V -ntp -D"jna.debug_load=true"
-DtrimStackTrace=false -D"jni.library.name=$env:NAME"
-D"commons.crypto.OpenSslJna=$env:NAME" -D"commons.crypto.openssl.check=skip"
-D"commons.crypto.debug=true"
+ mvn clean test -B -V -ntp -D"jna.debug_load=true"
-DtrimStackTrace=false -D"jni.library.name=$env:NAME"
-D"commons.crypto.OpenSslNativeJna=$env:NAME"
-D"commons.crypto.openssl.check=skip" -D"commons.crypto.debug=true"
- name: JNA test
if: always()
env: