Skip to content

Commit 871b34c

Browse files
committed
Install llvm-lib alongside cargo-xwin for Windows targets
1 parent 059d452 commit 871b34c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ jobs:
5656
uses: goto-bus-stop/setup-zig@v1
5757
with:
5858
version: 0.13.0
59-
- name: Install cargo-xwin
60-
run: cargo install cargo-xwin
59+
- name: Install cargo-xwin and llvm-lib
60+
if: matrix.targets == 'x86_64-pc-windows-msvc' || matrix.targets == 'aarch64-pc-windows-msvc'
61+
run: cargo install cargo-xwin llvm-lib
6162
- name: Install cargo-zigbuild
6263
uses: taiki-e/install-action@v2
6364
env:

0 commit comments

Comments
 (0)