GHA/macos: drop unused install_step values [ci skip]

This commit is contained in:
Viktor Szakats 2026-02-26 19:12:14 +01:00
parent 05d991a8c5
commit 9871f46069
No known key found for this signature in database

View file

@ -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