Skip to content

Commit 059d452

Browse files
committed
Change installation of cargo-xwin
1 parent a358ff6 commit 059d452

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ jobs:
5656
uses: goto-bus-stop/setup-zig@v1
5757
with:
5858
version: 0.13.0
59-
- name: Install cargo toolchains
59+
- name: Install cargo-xwin
60+
run: cargo install cargo-xwin
61+
- name: Install cargo-zigbuild
6062
uses: taiki-e/install-action@v2
6163
env:
6264
GITHUB_TOKEN: ${{ github.token }}
6365
with:
64-
tool: cargo-zigbuild,cargo-xwin
66+
tool: cargo-zigbuild
6567
- name: Install dependencies
6668
run: pnpm install
6769
- name: Build bindings

0 commit comments

Comments
 (0)