[no gbp] Fixes build cache issue (#91901)

This commit is contained in:
Jeremiah
2025-07-03 02:29:39 -07:00
committed by GitHub
parent 161dcc400b
commit 3cb288d9ee
+5
View File
@@ -37,6 +37,11 @@ function Get-Bun {
$BunTag = " (baseline)"
}
if (Test-Path $BunTargetDir -PathType Container) {
Write-Output "Bun target directory exists but bun.exe is missing. Re-downloading."
Remove-Item $BunTargetDir -Recurse -Force
}
$BunSource = "https://github.com/oven-sh/bun/releases/download/bun-v$BunVersion/$BunRelease.zip"
Write-Output "Downloading Bun v$BunVersion$BunTag"