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 059d452 commit 871b34cCopy full SHA for 871b34c
.github/workflows/ci.yaml
@@ -56,8 +56,9 @@ jobs:
56
uses: goto-bus-stop/setup-zig@v1
57
with:
58
version: 0.13.0
59
- - name: Install cargo-xwin
60
- run: cargo install cargo-xwin
+ - name: Install cargo-xwin and llvm-lib
+ if: matrix.targets == 'x86_64-pc-windows-msvc' || matrix.targets == 'aarch64-pc-windows-msvc'
61
+ run: cargo install cargo-xwin llvm-lib
62
- name: Install cargo-zigbuild
63
uses: taiki-e/install-action@v2
64
env:
0 commit comments