We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d3401 commit 8c84ffcCopy full SHA for 8c84ffc
.github/workflows/test-prime.yml
@@ -62,10 +62,8 @@ jobs:
62
steps:
63
- name: Enable Long Path Support
64
run: |
65
- # Enable long path support via registry
66
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
67
- # Also enable for current process
68
- Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1
+ Write-Host "Long Path Support enabled"
69
shell: powershell
70
71
- name: 'Show environment'
0 commit comments