We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9076556 commit cbbea2dCopy full SHA for cbbea2d
.github/workflows/build.yaml
@@ -151,7 +151,7 @@ jobs:
151
uses: astral-sh/setup-uv@v6
152
- name: Install cargo-zigbuild
153
if: matrix.build == 'zigbuild'
154
- run: uv tool install cargo-zigbuild==0.20.1 --with ziglang==0.15.1
+ run: uv tool install cargo-zigbuild==0.20.1 --with-executables-from ziglang==0.15.1
155
- name: Setup Rust toolchain
156
uses: dtolnay/rust-toolchain@stable
157
with:
0 commit comments