Skip to content

Commit a31612b

Browse files
committed
Attempt to fix csharp failure on windows
1 parent b1722b5 commit a31612b

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
@@ -43,5 +43,5 @@ jobs:
4343
env:
4444
SENZING_DATA_DIR: 'C:\Program Files\Senzing\er\data'
4545
run: |
46-
cd "${Env:GITHUB_WORKSPACE}"/csharp/runner
46+
cd ${Env:GITHUB_WORKSPACE}/csharp/runner
4747
dotnet run --project SnippetRunner all

0 commit comments

Comments
 (0)