Skip to content

Commit 25b2a4d

Browse files
committed
Another try -- tired of commit messsages
1 parent 47fd387 commit 25b2a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: build with Maven
3535
run: |
3636
# shellcheck disable=SC2034
37-
SENZING_DIR="${HOME}/senzing/er"
37+
export SENZING_DIR="${HOME}/senzing/er"
3838
echo "[INFO] SENZING_DIR is: $SENZING_DIR"
3939
ls -tlc $SENZING_DIR
4040
echo "-- SDK LISTING"
@@ -47,7 +47,7 @@ jobs:
4747
- name: run java snippets
4848
run: |
4949
# shellcheck disable=SC2034
50-
SENZING_DIR="${HOME}/senzing/er"
50+
export SENZING_DIR="${HOME}/senzing/er"
5151
export DYLD_LIBRARY_PATH="${SENZING_DIR}/lib:${SENZING_DIR}/lib/macos"
5252
cd "${GITHUB_WORKSPACE}"/java
5353
java -jar target/sz-sdk-snippets.jar all

0 commit comments

Comments
 (0)