diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c0ff30..fb77690 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,4 +50,5 @@ jobs: - name: Verify nginx binary run: | - /tmp/nginx-build/nginx -V + source "$GITHUB_WORKSPACE/conf/nginx-configure-flags" + /tmp/nginx-${NGINX_VERSION}/objs/nginx -V