Skip to content

Commit 61ced47

Browse files
committed
fix longpath for ci-validation2
1 parent df0e0aa commit 61ced47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: git configure long path
23-
run: git config --global core.longpaths tru
23+
run: git config --global core.longpaths true
2424
- uses: actions/checkout@v3
2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)