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 8325ffb commit b64fbb8Copy full SHA for b64fbb8
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
if: ${{ runner.os == 'Linux' && matrix.platform.target == 'aarch64' }}
66
shell: bash
67
run: |
68
- uv pip install ziglang
+ uv pip install --system ziglang
69
cargo install cargo-zigbuild
70
71
- name: Build release binary
0 commit comments