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 8673d69f Try the parent dir
8673d69f is described below
commit 8673d69fb0876dfa2d194c815e6f83270fe22e6d
Author: Sebb <[email protected]>
AuthorDate: Tue Oct 31 19:07:02 2023 +0000
Try the parent dir
[skip ci]
---
.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 baff2811..e401cbf0 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -77,11 +77,11 @@ jobs:
- name: Run OpenSslJna (JNA - macOS from openssl version -a ENGINESDIR)
if: ${{ matrix.os == 'macos-11' }}
run: |
- mvn --show-version --batch-mode --no-transfer-progress -q exec:java
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
-D"jna.library.path=/usr/local/Cellar/[email protected]/1.1.1w/lib/engines-1.1"
-D"commons.crypto.debug=true"
+ mvn --show-version --batch-mode --no-transfer-progress -q exec:java
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
-D"jna.library.path=/usr/local/Cellar/[email protected]/1.1.1w/lib/"
-D"commons.crypto.debug=true"
- name: Run OpenSslJna (JNA - Windows from openssl version -a ENGINESDIR)
if: ${{ matrix.os == 'windows-latest' }}
run: |
- mvn --show-version --batch-mode --no-transfer-progress -q exec:java
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
-D"jna.library.path=C:\Program Files\OpenSSL\lib\engines-1_1"
-D"commons.crypto.debug=true"
+ mvn --show-version --batch-mode --no-transfer-progress -q exec:java
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
-D"jna.library.path=C:\Program Files\OpenSSL\lib\" -D"commons.crypto.debug=true"
- name: Check benchmark code compiles
if: ${{ matrix.java == '8' }}
env: