Skip to content

Commit 5c119b1

Browse files
stormslowlyCopilot
andauthored
chore(ci): update windows zstd version (#12489)
* chore: update windows zstd version * Update .github/workflows/reusable-build-build.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a0fc091 commit 5c119b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-build-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
if: ${{ runner.os == 'Windows' }}
4545
shell: bash # Use bash for curl and unzip commands
4646
run: |
47-
curl -L https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-v1.5.5-win64.zip --output zstd.zip
47+
curl -L https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-v1.5.7-win64.zip --output zstd.zip
4848
unzip zstd.zip
49-
mv zstd-v1.5.5-win64/zstd.exe C:/Windows/System32/
49+
mv zstd-v1.5.7-win64/zstd.exe C:/Windows/System32/
5050
# Verify installation
5151
zstd --version
5252

0 commit comments

Comments
 (0)