Skip to content

Commit 8878363

Browse files
committed
fix zstd on windows
1 parent ff84b4a commit 8878363

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-scuffle.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040

41+
- name: Install zstd
42+
if: ${{ runner.os == 'Windows' }}
43+
run: choco install zstd
44+
4145
- name: Install rust toolchains for host
4246
run: |
4347
version="$(grep 'DEFAULT_RUST_VERSION =' ./rust/private/common.bzl | grep -o '[[:digit:].]\+')"

0 commit comments

Comments
 (0)