Skip to content

Commit ed3e806

Browse files
committed
Attempt to fix csharp failure on windows
1 parent 0cc3ab0 commit ed3e806

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-
Path: 'C:\Program Files\Senzing\er\lib;${Path}'
44+
Path: C:\Program Files\Senzing\er\lib;$Env:Path
4545
run: |
4646
echo $Env:Path
4747
cd ${Env:GITHUB_WORKSPACE}/csharp/runner

0 commit comments

Comments
 (0)