Add c89 here too.

This commit is contained in:
Darren Tucker 2021-04-26 17:13:44 +10:00
parent da9d59f526
commit 33f62dfbe8
1 changed files with 1 additions and 1 deletions

2
.github/setup_ci.sh vendored
View File

@ -24,7 +24,7 @@ fi
for TARGET in $TARGETS; do
case $TARGET in
default|without-openssl|without-zlib)
default|without-openssl|without-zlib|c89)
# nothing to do
;;
kerberos5)