ci: increase dev drive size

For working around linked errors:
https://github.com/astral-sh/uv/actions/runs/10371457087/job/28711821180?pr=5887
This commit is contained in:
Andrew Gallant 2024-08-13 10:57:13 -04:00 committed by Andrew Gallant
parent b3e3fd1aeb
commit b9ff03d73c
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ jobs:
steps:
- name: Create Dev Drive using ReFS
run: |
$Volume = New-VHD -Path C:/uv_dev_drive.vhdx -SizeBytes 14GB |
$Volume = New-VHD -Path C:/uv_dev_drive.vhdx -SizeBytes 20GB |
Mount-VHD -Passthru |
Initialize-Disk -Passthru |
New-Partition -AssignDriveLetter -UseMaximumSize |