diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 93f8cd067f..b7e21275ff 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -110,7 +110,7 @@ jobs: - script: brew update && brew install libtool autoconf automake nghttp2 pkg-config displayName: Install packages - - script: ./buildconf && ./configure --enable-debug --enable-werror + - script: ./buildconf && ./configure --enable-debug --enable-werror --without-brotli displayName: 'Run configure' - script: make