From 9871f46069c4d7fbade5112cc3202b008e3a0ed3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 26 Feb 2026 19:12:14 +0100 Subject: [PATCH] GHA/macos: drop unused `install_step` values [ci skip] --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 67297c54b2..1c155e7fc6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -272,7 +272,7 @@ jobs: - name: 'MultiSSL AppleIDN clang-tidy +examples' compiler: clang install: llvm gnutls nettle libressl krb5 mbedtls gsasl rustls-ffi rtmpdump libssh fish - install_steps: clang-tidy skiprun + install_steps: skiprun chkprefill: _chkprefill generate: >- -DCURL_USE_OPENSSL=ON -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/libressl -DCURL_DEFAULT_SSL_BACKEND=openssl @@ -286,7 +286,7 @@ jobs: - name: 'HTTP/3 clang-tidy' compiler: clang install: llvm libnghttp3 libngtcp2 openldap krb5 - install_steps: clang-tidy skipall + install_steps: skipall generate: >- -DCURL_USE_OPENSSL=ON -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl -DUSE_NGTCP2=ON -DLDAP_INCLUDE_DIR=/opt/homebrew/opt/openldap/include -DLDAP_LIBRARY=/opt/homebrew/opt/openldap/lib/libldap.dylib -DLDAP_LBER_LIBRARY=/opt/homebrew/opt/openldap/lib/liblber.dylib