mirror of https://github.com/astral-sh/uv
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:
parent
b3e3fd1aeb
commit
b9ff03d73c
|
|
@ -228,7 +228,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Create Dev Drive using ReFS
|
- name: Create Dev Drive using ReFS
|
||||||
run: |
|
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 |
|
Mount-VHD -Passthru |
|
||||||
Initialize-Disk -Passthru |
|
Initialize-Disk -Passthru |
|
||||||
New-Partition -AssignDriveLetter -UseMaximumSize |
|
New-Partition -AssignDriveLetter -UseMaximumSize |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue