Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sruthi Keerthi Rangavajhula (from Dev Box) committed Dec 3, 2024
1 parent 5b1206d commit fd3a997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:

name: "Build and run unit tests"
steps:
- name: Check LongPathsEnabled
- name: Set git core.longpaths flag
run: |
(Get-ItemProperty "HKLM:System\CurrentControlSet\Control\FileSystem").LongPathsEnabled
git config --system core.longpaths true
- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit fd3a997

Please sign in to comment.