Skip to content

Commit caccfae

Browse files
committed
update ld library path
1 parent 1b5ee54 commit caccfae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
mvn clean install
3939
4040
- name: run java snippets
41+
env:
42+
LD_LIBRARY_PATH: 'C:\Program Files\Senzing\er\lib'
4143
run: |
4244
Add-Content $env:GITHUB_PATH 'C:\Program Files\Senzing\er\lib'
4345
cd "${Env:GITHUB_WORKSPACE}/java"

0 commit comments

Comments
 (0)