diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0a0f25b20f..4be86850f1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -263,7 +263,7 @@ jobs: compiler: clang install: libnghttp3 libngtcp2 install_steps: pytest - configure: --enable-debug --with-openssl=/opt/homebrew/opt/openssl --with-ngtcp2 + generate: -DENABLE_DEBUG=ON -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl -DUSE_NGTCP2=ON -DCURL_BROTLI=OFF -DCURL_ZSTD=OFF -DCURL_USE_LIBSSH2=OFF macos-version-min: '10.15' - name: 'OpenSSL SecTrust' compiler: clang