ci: Remove quotes from CARGO_ZIGBUILD_ZIG_PATH

This commit is contained in:
Luke Street 2025-08-30 15:49:14 -06:00
parent 1533125f9d
commit 58430d947b

View File

@ -153,7 +153,7 @@ jobs:
if: matrix.build == 'zigbuild' if: matrix.build == 'zigbuild'
run: | run: |
uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1 uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1
echo "CARGO_ZIGBUILD_ZIG_PATH=\"$(uv tool dir)/cargo-zigbuild/bin/python-zig\"" >> $GITHUB_ENV echo "CARGO_ZIGBUILD_ZIG_PATH=$(uv tool dir)/cargo-zigbuild/bin/python-zig" >> $GITHUB_ENV
- name: Setup Rust toolchain - name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
with: with:
@ -221,7 +221,7 @@ jobs:
if: matrix.build == 'zigbuild' if: matrix.build == 'zigbuild'
run: | run: |
uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1 uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1
echo "CARGO_ZIGBUILD_ZIG_PATH=\"$(uv tool dir)/cargo-zigbuild/bin/python-zig\"" >> $GITHUB_ENV echo "CARGO_ZIGBUILD_ZIG_PATH=$(uv tool dir)/cargo-zigbuild/bin/python-zig" >> $GITHUB_ENV
- name: Setup Rust toolchain - name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
with: with: