Skip to content

Commit

Permalink
[Windows] pin zstd to v1.5.5 (actions#9570)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailkoliada committed Mar 27, 2024
1 parent 4e42df1 commit f6950e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/windows/scripts/build/Install-Zstd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f6950e8

Please sign in to comment.