Skip to content

Commit 00d4368

Browse files
committed
chore(ci): fix build options to match signatures
1 parent 37d3ce0 commit 00d4368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
tar xf nginx-${nginx_version}.tar.gz
4141
cd nginx-${nginx_version}
4242
opt=$(nginx -V 2>&1 | tail -1 | sed -e 's/configure arguments://' -e 's| --add-dynamic-module=[^ ]*||g')
43-
./configure ${opt} --add-dynamic-module=../
43+
./configure ${opt} --add-dynamic-module=../ --with-cc-opt='-DNGX_HTTP_HEADERS'
4444
make
4545
mkdir -p /usr/lib/nginx/modules
4646
cp objs/ngx_http_keyval_module.so /usr/lib/nginx/modules/

0 commit comments

Comments
 (0)