ci: Pin ziglang / cargo-zigbuild versions

This commit is contained in:
Luke Street 2023-08-05 18:41:18 -04:00
parent fefe4a36f0
commit 771c380129
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ jobs:
sudo apt-get -y install ${{ matrix.packages }} sudo apt-get -y install ${{ matrix.packages }}
- name: Install cargo-zigbuild - name: Install cargo-zigbuild
if: matrix.build == '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 - name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
with: with: