Revert "[Windows] pin zstd to v1.5.5 (#9570)" (#9589)

This reverts commit f6950e8a95.
This commit is contained in:
Erik Bershel
2024-03-29 22:17:15 +01:00
committed by GitHub
parent f1bb9d76e3
commit 9ce28c1d12

View File

@@ -3,10 +3,9 @@
## Desc: Install zstd
################################################################################
# version newer than v1.5.5 has no windows builds yet
$downloadUrl = Resolve-GithubReleaseAssetUrl `
-Repo "facebook/zstd" `
-Version "1.5.5" `
-Version "latest" `
-UrlMatchPattern "zstd-*-win64.zip"
$zstdArchivePath = Invoke-DownloadWithRetry $downloadUrl
$zstdName = [IO.Path]::GetFileNameWithoutExtension($zstdArchivePath)