We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff84b4a commit 8878363Copy full SHA for 8878363
.github/workflows/build-scuffle.yaml
@@ -38,6 +38,10 @@ jobs:
38
steps:
39
- uses: actions/checkout@v4
40
41
+ - name: Install zstd
42
+ if: ${{ runner.os == 'Windows' }}
43
+ run: choco install zstd
44
+
45
- name: Install rust toolchains for host
46
run: |
47
version="$(grep 'DEFAULT_RUST_VERSION =' ./rust/private/common.bzl | grep -o '[[:digit:].]\+')"
0 commit comments