mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix CI: Require ziglang < 0.11 (#1250)
ziglang 0.11 causes link failure in our CI Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c8d82fea0f
commit
3181e16e36
2 changed files with 6 additions and 1 deletions
2
justfile
2
justfile
|
@ -184,7 +184,7 @@ ci-apt-deps := if target == "x86_64-unknown-linux-gnu" { "liblzma-dev libzip-dev
|
|||
[linux]
|
||||
ci-install-deps:
|
||||
if [ -n "{{ci-apt-deps}}" ]; then sudo apt update && sudo apt install -y --no-install-recommends {{ci-apt-deps}}; fi
|
||||
if [ -n "{{use-cargo-zigbuild}}" ]; then pip3 install cargo-zigbuild; fi
|
||||
if [ -n "{{use-cargo-zigbuild}}" ]; then pip3 install -r zigbuild-requirements.txt; fi
|
||||
|
||||
[macos]
|
||||
[windows]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue