mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
[no gbp] Fixes build cache issue (#91901)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user