From 00d43683a4eaa05b327faa931f839fee9a74c61e Mon Sep 17 00:00:00 2001 From: kjdev Date: Tue, 12 Nov 2024 10:35:24 +0900 Subject: [PATCH] chore(ci): fix build options to match signatures --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6db4827..a6726a6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: tar xf nginx-${nginx_version}.tar.gz cd nginx-${nginx_version} opt=$(nginx -V 2>&1 | tail -1 | sed -e 's/configure arguments://' -e 's| --add-dynamic-module=[^ ]*||g') - ./configure ${opt} --add-dynamic-module=../ + ./configure ${opt} --add-dynamic-module=../ --with-cc-opt='-DNGX_HTTP_HEADERS' make mkdir -p /usr/lib/nginx/modules cp objs/ngx_http_keyval_module.so /usr/lib/nginx/modules/