Fix checks & build

This commit is contained in:
2024-02-21 23:25:53 -07:00
parent 07bb8ccc1d
commit f82d8b9f17
6 changed files with 5 additions and 20 deletions

View File

@@ -135,7 +135,7 @@ jobs:
sudo apt-get -y install ${{ matrix.packages }}
- name: Install cargo-zigbuild
if: matrix.build == 'zigbuild'
run: pip install ziglang==0.10.1.post1 cargo-zigbuild==0.17.0
run: pip install ziglang==0.11.0 cargo-zigbuild==0.18.3
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@nightly
with: