Skip to content

Commit

Permalink
enable debug; change lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Sep 9, 2023
1 parent 8f582ff commit 8923762
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/adhoctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:

runs-on: ${{ matrix.os }}
env:
LD_LIBRARY_PATH: "/usr/local"
DYLD_LIBRARY_PATH: "/usr/local"
ZLD_LIBRARY_PATH: "/usr/local"
ZDYLD_LIBRARY_PATH: "/usr/local"
DYLD: "/usr/local"
DYLD_: "/usr/local"
# LD_LIBRARY_PATH: "/usr/local"
# DYLD_LIBRARY_PATH: "/usr/local"
# ZLD_LIBRARY_PATH: "/usr/local"
# ZDYLD_LIBRARY_PATH: "/usr/local"
# DYLD: "/usr/local"
# DYLD_: "/usr/local"
commons.crypto.debug: true
strategy:
matrix:
os: [macos-11, macos-12]
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
- name: Run sample OpenSslJna
if: always()
run: |
mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" -D"jna.library.path=/Miniconda/Library/bin"
mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" -D"jna.library.path=/usr/local/miniconda/lib" -D"jna.library.path=/usr/local/miniconda/lib"
# - name: Find OpenSSL Mac
# if: ${{ matrix.os == 'macos-latest' }}
# run: |
Expand Down

0 comments on commit 8923762

Please sign in to comment.