From f2d1d4747db8ae4240c022b5c647782e07cbb264 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 20 Jul 2025 11:20:56 +0200 Subject: [PATCH] GHA/macos: drop redundant build option Follow-up to 7c23e88d17e0939b4e01c8d05f430e167e148f4b #17973 --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0692b87f0c..878a265264 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -279,7 +279,7 @@ jobs: # cmake - name: 'OpenSSL gsasl rtmp AppleIDN' install: libnghttp3 libngtcp2 gsasl rtmpdump - generate: -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl -DCURL_USE_GSASL=ON -DUSE_LIBRTMP=ON -DUSE_APPLE_IDN=ON -DUSE_NGHTTP3=ON -DUSE_NGTCP2=ON + generate: -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl -DCURL_USE_GSASL=ON -DUSE_LIBRTMP=ON -DUSE_APPLE_IDN=ON -DUSE_NGTCP2=ON - name: 'MultiSSL AppleIDN clang-tidy +examples' compiler: clang install: llvm brotli zstd gnutls nettle mbedtls gsasl rtmpdump fish -- 2.47.2