Skip to content

Commit 8c84ffc

Browse files
committed
try another LongPathsEnabled
1 parent 24d3401 commit 8c84ffc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-prime.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ jobs:
6262
steps:
6363
- name: Enable Long Path Support
6464
run: |
65-
# Enable long path support via registry
6665
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
66+
Write-Host "Long Path Support enabled"
6967
shell: powershell
7068

7169
- name: 'Show environment'

0 commit comments

Comments
 (0)