ci: Pin ziglang / cargo-zigbuild versions
This commit is contained in:
parent
fefe4a36f0
commit
771c380129
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue