Skip to content

Commit 37381c7

Browse files
authored
Merge pull request #250 from messense/cargo-zigbuild
Install cargo-zigbuild from PyPI
2 parents 6d9486c + 9878afc commit 37381c7

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)