Skip to content

Commit b72355d

Browse files
authored
Merge branch 'main' into literal-matchup
2 parents f50569e + 58430d9 commit b72355d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
if: matrix.build == 'zigbuild'
154154
run: |
155155
uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1
156-
echo "CARGO_ZIGBUILD_ZIG_PATH=\"$(uv tool dir)/cargo-zigbuild/bin/python-zig\"" >> $GITHUB_ENV
156+
echo "CARGO_ZIGBUILD_ZIG_PATH=$(uv tool dir)/cargo-zigbuild/bin/python-zig" >> $GITHUB_ENV
157157
- name: Setup Rust toolchain
158158
uses: dtolnay/rust-toolchain@stable
159159
with:
@@ -221,7 +221,7 @@ jobs:
221221
if: matrix.build == 'zigbuild'
222222
run: |
223223
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
224+
echo "CARGO_ZIGBUILD_ZIG_PATH=$(uv tool dir)/cargo-zigbuild/bin/python-zig" >> $GITHUB_ENV
225225
- name: Setup Rust toolchain
226226
uses: dtolnay/rust-toolchain@stable
227227
with:

0 commit comments

Comments
 (0)