Skip to content

Commit f2130a5

Browse files
committed
Fix for java-darwin-snippets.yaml SENZING_PATH value
1 parent c3b9d79 commit f2130a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/java-darwin-snippets.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: configure environment
3535
run: |
36-
SENZING_PATH="${HOME}/senzing/er"
36+
SENZING_PATH="${HOME}/senzing"
3737
{
3838
echo "SENZING_PATH=${SENZING_PATH}"
3939
echo "DYLD_LIBRARY_PATH=${SENZING_PATH}/er/lib:${SENZING_PATH}/er/lib/macos"

0 commit comments

Comments
 (0)