mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Use Buildkite for CI (#11477)
This commit is contained in:
2
scripts/download-zig.ps1
Normal file → Executable file
2
scripts/download-zig.ps1
Normal file → Executable file
@@ -23,7 +23,7 @@ try {
|
||||
if (!(Test-Path $TarPath)) {
|
||||
try {
|
||||
Write-Host "-- Downloading Zig"
|
||||
Invoke-WebRequest $Url -OutFile $TarPath
|
||||
Invoke-RestMethod $Url -OutFile $TarPath
|
||||
} catch {
|
||||
Write-Error "Failed to fetch Zig from: $Url"
|
||||
throw $_
|
||||
|
||||
Reference in New Issue
Block a user