Skip to content

Commit 8cce216

Browse files
committed
fix zstd on windows
1 parent 8878363 commit 8cce216

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-scuffle.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040

4141
- name: Install zstd
4242
if: ${{ runner.os == 'Windows' }}
43-
run: choco install zstd
43+
uses: MinoruSekine/[email protected]
44+
with:
45+
buckets: main
46+
apps: zstd
4447

4548
- name: Install rust toolchains for host
4649
run: |

0 commit comments

Comments
 (0)