Skip to content

Commit c3b9d79

Browse files
committed
Added SENZING_PATH back in for the pom.xml dependency location of the sz-sdk.jar file
1 parent 60e2675 commit c3b9d79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333

3434
- name: configure environment
3535
run: |
36-
SENZING_PATH="${HOME}/senzing"
36+
SENZING_PATH="${HOME}/senzing/er"
3737
{
38+
echo "SENZING_PATH=${SENZING_PATH}"
3839
echo "DYLD_LIBRARY_PATH=${SENZING_PATH}/er/lib:${SENZING_PATH}/er/lib/macos"
3940
} >> "$GITHUB_ENV"
4041

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: build with Maven
4141
env:
42-
SENZING_DIR: "/opt/senzing/er"
42+
SENZING_PATH: "/opt/senzing"
4343
run: |
4444
cd "${GITHUB_WORKSPACE}"/java
4545
mvn clean package

0 commit comments

Comments
 (0)