Skip to content

Commit df0e0aa

Browse files
committed
fix longpath for ci-validation
1 parent c85e4b7 commit df0e0aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-pipeline-validation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: windows-latest
2020

2121
steps:
22+
- name: git configure long path
23+
run: git config --global core.longpaths tru
2224
- uses: actions/checkout@v3
2325
- name: Setup .NET
2426
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)