Skip to content

Commit b9ff03d

Browse files
committedAug 13, 2024
ci: increase dev drive size
For working around linked errors: https://github.com/astral-sh/uv/actions/runs/10371457087/job/28711821180?pr=5887
1 parent b3e3fd1 commit b9ff03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
steps:
229229
- name: Create Dev Drive using ReFS
230230
run: |
231-
$Volume = New-VHD -Path C:/uv_dev_drive.vhdx -SizeBytes 14GB |
231+
$Volume = New-VHD -Path C:/uv_dev_drive.vhdx -SizeBytes 20GB |
232232
Mount-VHD -Passthru |
233233
Initialize-Disk -Passthru |
234234
New-Partition -AssignDriveLetter -UseMaximumSize |

0 commit comments

Comments
 (0)
Please sign in to comment.