diff options
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 93f8cd067..b7e21275f 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 |