Build fix attempts

This commit is contained in:
2024-02-02 16:26:45 -07:00
parent 4f794f06cb
commit ec85b8380d
7 changed files with 20 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [ stable, 1.56.0, nightly ]
toolchain: [ stable, 1.57.0, nightly ]
env:
RUSTFLAGS: -D warnings
steps:
@@ -133,7 +133,7 @@ jobs:
sudo apt-get -y install ${{ matrix.packages }}
- name: Install cargo-zigbuild
if: matrix.build == 'zigbuild'
run: pip install ziglang==0.11.0 cargo-zigbuild==0.18.3
run: pip install ziglang==0.10.1.post1 cargo-zigbuild==0.17.0
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@nightly
with: