Skip to content

Commit 50075aa

Browse files
committed
Attempt to fix csharp failure on windows
1 parent 86dec53 commit 50075aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: run csharp snippets
4343
env:
44-
SENZING_DATA_DIR: 'C:\Program Files\Senzing\er\data'
44+
Path: 'C:\Program Files\Senzing\er\lib;${Path}'
4545
run: |
4646
cd ${Env:GITHUB_WORKSPACE}/csharp/runner
4747
dotnet run --project SnippetRunner all

0 commit comments

Comments
 (0)