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 a358ff6 commit 059d452Copy full SHA for 059d452
.github/workflows/ci.yaml
@@ -56,12 +56,14 @@ jobs:
56
uses: goto-bus-stop/setup-zig@v1
57
with:
58
version: 0.13.0
59
- - name: Install cargo toolchains
+ - name: Install cargo-xwin
60
+ run: cargo install cargo-xwin
61
+ - name: Install cargo-zigbuild
62
uses: taiki-e/install-action@v2
63
env:
64
GITHUB_TOKEN: ${{ github.token }}
65
- tool: cargo-zigbuild,cargo-xwin
66
+ tool: cargo-zigbuild
67
- name: Install dependencies
68
run: pnpm install
69
- name: Build bindings
0 commit comments