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 authored and bwoodsend committed Mar 11, 2021
1 parent f7edd61 commit 81b0c1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Expand Up @@ -124,6 +124,12 @@ cache:


install:
# 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

- C:\cygwin\bin\du -hs "%LOCALAPPDATA%\pip\Cache"
# Prepend newly installed Python to the PATH of this build (this cannot be
# done from inside the powershell script as it would require to restart
Expand Down

0 comments on commit 81b0c1b

Please sign in to comment.