Skip to content

Commit

Permalink
Update add-new-template
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep authored Jan 22, 2024
1 parent 7be9eb8 commit 7e5c34f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/add-new-template
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ jobs:
}
shell: pwsh

# Enable long path support across all steps
- name: Enable long path support
run: |
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1
shell: pwsh

# Setup Auth with the Correct Environment
- name: Auth with Source Environment
run: |
Expand Down

0 comments on commit 7e5c34f

Please sign in to comment.