revert to zig 0.9.0. iguanaTLS broken on 0.9.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Emil Lerch 2022-03-10 09:13:42 -08:00
parent a1aae60a94
commit 71d7fb92f8
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -6,7 +6,7 @@ steps:
- name: make
image: alpine:3.15.0
environment:
ZIG_VERSION: 0.9.1
ZIG_VERSION: 0.9.0
commands:
# DRONE_STAGE_ARCH is fine, but we can't substitute directly because zig
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.