You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/07/03 22:26:07 UTC

[commons-crypto] branch master updated: Try elsewhere

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 0143771  Try elsewhere
0143771 is described below

commit 0143771a3180bd81794b9ba8cd58c0d0daa9849a
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jul 3 23:25:59 2022 +0100

    Try elsewhere
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3d52d29..60a8ec9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -78,7 +78,7 @@ jobs:
     - name: Run OpenSslJna (JNA - macOS)
       if: ${{ matrix.os == 'macos-latest' }}
       run: |
-        mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" -D"jna.library.path=/usr/local/lib"
+        mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" -D"jna.library.path=/usr/local/miniconda/lib"
     - name: Run OpenSslJna (JNA - Ubuntu)
       if: ${{ matrix.os == 'ubuntu-latest' }}
       run: |
@@ -86,4 +86,4 @@ jobs:
     - name: Run OpenSslJna (JNA - Windows)
       if: ${{ matrix.os == 'windows-latest' }}
       run: |
-        mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" -D"jna.library.path=C:\Program Files\OpenSSL\bin"
+        mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" -D"jna.library.path=C:\Miniconda\Library\bin"