File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
if : matrix.build == 'zigbuild'
154
154
run : |
155
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
156
+ echo "CARGO_ZIGBUILD_ZIG_PATH=\"$(uv tool dir)\"/cargo-zigbuild/bin/ python-zig" >> $GITHUB_ENV
157
157
- name : Setup Rust toolchain
158
158
uses : dtolnay/rust-toolchain@stable
159
159
with :
@@ -219,7 +219,9 @@ jobs:
219
219
uses : astral-sh/setup-uv@v6
220
220
- name : Install cargo-zigbuild
221
221
if : matrix.build == 'zigbuild'
222
- run : uv tool install cargo-zigbuild==0.20.1 --with ziglang==0.15.1
222
+ run : |
223
+ uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1
224
+ echo "CARGO_ZIGBUILD_ZIG_PATH=\"$(uv tool dir)\"/cargo-zigbuild/bin/python-zig" >> $GITHUB_ENV
223
225
- name : Setup Rust toolchain
224
226
uses : dtolnay/rust-toolchain@stable
225
227
with :
You can’t perform that action at this time.
0 commit comments