Skip to content

Commit 8a9d12f

Browse files
committed
Restored SENZING_DIR env variable as pom.xml uses it
1 parent 8de8f7c commit 8a9d12f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }}
3838

3939
- name: build with Maven
40+
env:
41+
SENZING_DIR: "/opt/senzing/er"
4042
run: |
4143
cd "${GITHUB_WORKSPACE}"/java
4244
mvn clean package

0 commit comments

Comments
 (0)