Skip to content

Commit

Permalink
ci: Bump cargo-zigbuild version
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed May 1, 2024
1 parent 4dacf2f commit d3c2e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,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.12.0 cargo-zigbuild==0.18.4
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit d3c2e81

Please sign in to comment.