Skip to content

Commit

Permalink
Merge pull request #1597 from tigerbeetle/king/ps-unzip
Browse files Browse the repository at this point in the history
Boostrap: use Expand-Archive over unzip in PowerShell
  • Loading branch information
kprotty committed Feb 26, 2024
2 parents 262f737 + f8f3ad3 commit 5ae6bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if ($build) {
echo ""

curl.exe -Lo tigerbeetle.zip "https://github.com/tigerbeetle/tigerbeetle/releases/download/$version/tigerbeetle-x86_64-windows.zip"
unzip -qo tigerbeetle.zip
Expand-Archive tigerbeetle.zip
}

echo @"
Expand Down

0 comments on commit 5ae6bcd

Please sign in to comment.