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 cbbea2d commit 01f8fdeCopy full SHA for 01f8fde
.github/workflows/build.yaml
@@ -151,7 +151,9 @@ jobs:
151
uses: astral-sh/setup-uv@v6
152
- name: Install cargo-zigbuild
153
if: matrix.build == 'zigbuild'
154
- run: uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1
+ run: |
155
+ uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1
156
+ echo "CARGO_ZIGBUILD_ZIG_PATH=python-zig" >> $GITHUB_ENV
157
- name: Setup Rust toolchain
158
uses: dtolnay/rust-toolchain@stable
159
with:
0 commit comments