ci: Lock zig/cargo-zigbuild versions

This commit is contained in:
Luke Street
2023-09-26 12:58:21 -04:00
parent f310ba5e2f
commit 80d119b2c9
+1 -1
View File
@@ -178,7 +178,7 @@ jobs:
sudo apt-get -y install $UBUNTU_PACKAGES
- name: Install cargo-zigbuild
if: matrix.build == 'zigbuild'
run: pip install cargo-zigbuild
run: pip install ziglang==0.10.1.post1 cargo-zigbuild==0.17.0
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with: