diff --git a/.github/workflows/ci-arm64.yml b/.github/workflows/ci-arm64.yml index 96be517c2d..9f5aa2acca 100644 --- a/.github/workflows/ci-arm64.yml +++ b/.github/workflows/ci-arm64.yml @@ -68,6 +68,7 @@ jobs: --add-module=./modules/ngx_http_concat_module \ --add-module=./modules/ngx_http_footer_filter_module \ --add-module=./modules/ngx_http_lua_module \ + --add-module=./modules/ngx_http_lua_upstream \ --add-module=./modules/ngx_http_proxy_connect_module \ --add-module=./modules/ngx_http_reqstat_module \ --add-module=./modules/ngx_http_slice_module \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24d618484c..d0e9ee753b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,7 @@ jobs: --add-module=./modules/ngx_http_concat_module \ --add-module=./modules/ngx_http_footer_filter_module \ --add-module=./modules/ngx_http_lua_module \ + --add-module=./modules/ngx_http_lua_upstream \ --add-module=./modules/ngx_http_proxy_connect_module \ --add-module=./modules/ngx_http_reqstat_module \ --add-module=./modules/ngx_http_slice_module \