Skip to content

Commit

Permalink
CI: enable long paths on Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rokm committed Mar 10, 2021
1 parent fc294f4 commit 8db4768
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Expand Up @@ -161,6 +161,12 @@ install:
# Make sure the help options print.
- python -m pyinstaller -h

# Enable long paths (needs reboot)
- ps: Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
- ps: Start-Sleep -s 10
- ps: Restart-Computer -Force
- ps: Start-Sleep -s 10


build: none

Expand Down

0 comments on commit 8db4768

Please sign in to comment.