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:
Jiahao XU 2023-08-06 14:53:47 +10:00 committed by GitHub
parent c8d82fea0f
commit 3181e16e36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
###### Requirements without Version Specifiers ######
cargo-zigbuild
###### Requirements with Version Specifiers ######
ziglang < 0.11 # zig 0.11 causes link failure in our CI