Skip to content

Commit 3b6d0f1

Browse files
committed
Minor update to darwin java DYLD_LIBRARY_PATH
1 parent e1bf8c7 commit 3b6d0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-darwin-snippets.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
- name: run java snippets
4848
run: |
4949
# shellcheck disable=SC2034
50-
DYLD_LIBRARY_PATH="${HOME}/senzing/er/lib"
50+
DYLD_LIBRARY_PATH="${HOME}/senzing/er/lib:${HOME}/senzing/er/lib/macos"
5151
cd "${GITHUB_WORKSPACE}"/java
5252
java -jar target/sz-sdk-snippets.jar all

0 commit comments

Comments
 (0)