Skip to content

Commit fd3a997

Browse files
author
Sruthi Keerthi Rangavajhula (from Dev Box)
committed
Update
1 parent 5b1206d commit fd3a997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727

2828
name: "Build and run unit tests"
2929
steps:
30-
- name: Check LongPathsEnabled
30+
- name: Set git core.longpaths flag
3131
run: |
32-
(Get-ItemProperty "HKLM:System\CurrentControlSet\Control\FileSystem").LongPathsEnabled
32+
git config --system core.longpaths true
3333
3434
- name: Checkout repository
3535
uses: actions/[email protected]

0 commit comments

Comments
 (0)