Skip to content

Commit cbbea2d

Browse files
committed
Try --with-executables-from
1 parent 9076556 commit cbbea2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ 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 ziglang==0.15.1
154+
run: uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1
155155
- name: Setup Rust toolchain
156156
uses: dtolnay/rust-toolchain@stable
157157
with:

0 commit comments

Comments
 (0)