Skip to content

Commit 01f8fde

Browse files
committed
Set CARGO_ZIGBUILD_ZIG_PATH
1 parent cbbea2d commit 01f8fde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ jobs:
151151
uses: astral-sh/setup-uv@v6
152152
- name: Install cargo-zigbuild
153153
if: matrix.build == 'zigbuild'
154-
run: uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1
154+
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
155157
- name: Setup Rust toolchain
156158
uses: dtolnay/rust-toolchain@stable
157159
with:

0 commit comments

Comments
 (0)