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

This commit is contained in:
Mikhail Koliada
2024-03-27 17:51:41 +01:00
committed by GitHub
parent 4e42df172b
commit f6950e8a95

View File

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