CI: Disable brotili in Mac curl build

This commit is contained in:
Connor McLaughlin 2022-09-13 20:44:47 +10:00
parent 389143db64
commit b3d074a480
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ tar xf "curl-$CURL.tar.gz"
cd "curl-$CURL"
mkdir build-x64
cd build-x64
../configure --prefix "$INSTALLDIR" --with-secure-transport
../configure --prefix "$INSTALLDIR" --with-secure-transport --without-brotli
make "-j$NPROCS"
make install
cd ..