Skip to content

Commit

Permalink
ci: Lock zig/cargo-zigbuild versions
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Sep 26, 2023
1 parent f310ba5 commit 80d119b
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 @@ -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:
Expand Down

0 comments on commit 80d119b

Please sign in to comment.