Skip to content

Commit ffea763

Browse files
committed
ci: nginx windows build speedup
See nginx/nginx@b997be1
1 parent d2fe67e commit ffea763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nginx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env:
4040
--with-pcre=objs/lib/pcre
4141
--with-zlib=objs/lib/zlib
4242
--with-openssl=objs/lib/openssl
43-
--with-openssl-opt="no-asm no-module no-tests -D_WIN32_WINNT=0x0601"
43+
--with-openssl-opt="no-asm no-module no-tests no-makedepend -D_WIN32_WINNT=0x0601"
4444
4545
NGX_CONFIGURE_DYNAMIC_MODULES: >-
4646
--add-dynamic-module=${{ github.workspace }}/examples

0 commit comments

Comments
 (0)