diff --git a/.github/workflows/nginx-otel-module-check.yml b/.github/workflows/nginx-otel-module-check.yml index 2d8f5ee..5b0453b 100644 --- a/.github/workflows/nginx-otel-module-check.yml +++ b/.github/workflows/nginx-otel-module-check.yml @@ -24,7 +24,8 @@ jobs: - name: Build module working-directory: build run: | - cmake -DNGX_OTEL_NGINX_BUILD_DIR=${PWD}/../nginx/objs .. + cmake -DNGX_OTEL_NGINX_BUILD_DIR=${PWD}/../nginx/objs \ + -DNGX_OTEL_DEV=ON .. make -j 4 strip ngx_otel_module.so - name: Archive module