From b9ff03d73c9e4d062c793750d8203b095a11f432 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 13 Aug 2024 10:57:13 -0400 Subject: [PATCH] ci: increase dev drive size For working around linked errors: https://github.com/astral-sh/uv/actions/runs/10371457087/job/28711821180?pr=5887 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87d83c008..6125d9218 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |