Skip to content

Commit 9878afc

Browse files
committed
Install cargo-zigbuild from PyPI
1 parent 6d9486c commit 9878afc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,7 @@ jobs:
300300
override: true
301301
- name: Install cargo-zigbuild
302302
run: |
303-
cargo install cargo-zigbuild
304-
python3 -m pip install ziglang
303+
python3 -m pip install cargo-zigbuild
305304
- name: Build package
306305
run: pip install -e .
307306
- name: Build wheel using cargo-zigbuild

0 commit comments

Comments
 (0)