Skip to content

Commit 771c380

Browse files
committed
ci: Pin ziglang / cargo-zigbuild versions
1 parent fefe4a3 commit 771c380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
sudo apt-get -y install ${{ matrix.packages }}
126126
- name: Install cargo-zigbuild
127127
if: matrix.build == 'zigbuild'
128-
run: pip install cargo-zigbuild
128+
run: pip install ziglang==0.10.1.post1 cargo-zigbuild==0.17.0
129129
- name: Setup Rust toolchain
130130
uses: dtolnay/rust-toolchain@stable
131131
with:

0 commit comments

Comments
 (0)