Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c4ed22a

Browse files
committed
Allow long temp file names
1 parent 8a59fab commit c4ed22a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure/windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
displayName: Set python version
2727
condition: not(contains(variables['PYTHON_VERSION'], 'PyPy'))
2828

29+
- powershell: |
30+
Set-ItemProperty 'HKLM:\System\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -value 1
31+
displayName: "Enable long path names"
32+
2933
- powershell: |
3034
$url = "http://buildbot.pypy.org/nightly/py3.6/pypy-c-jit-latest-win32.zip"
3135
$output = "pypy.zip"

0 commit comments

Comments
 (0)