mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
8 lines
235 B
PowerShell
Executable File
8 lines
235 B
PowerShell
Executable File
push-location .cache
|
|
try {
|
|
git clone https://github.com/zigtools/zls
|
|
set-location zls
|
|
git checkout a26718049a8657d4da04c331aeced1697bc7652b
|
|
..\zig\zig.exe build -Doptimize=ReleaseFast
|
|
} finally { Pop-Location }
|