diff options
Diffstat (limited to '')
-rw-r--r-- | src/ci.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ static const char *ci_scripts[] = { static const char *ci_env[] = { "CI=y", "CIMPLE=y", + NULL, }; /* clang-format on */ |