mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:41:41 +03:00
GHA/macos: drop WebSockets from job names
It's enabled in all jobs by default now.
Follow-up to cd63629733 #15076
This commit is contained in:
parent
1b4897f3c8
commit
087f77d855
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -142,7 +142,7 @@ jobs:
|
|||
configure: --enable-debug --disable-ldap --with-openssl=$(brew --prefix openssl)
|
||||
macos-version-min: '10.15'
|
||||
# cmake
|
||||
- name: 'OpenSSL ws gsasl AppleIDN'
|
||||
- name: 'OpenSSL gsasl AppleIDN'
|
||||
install: gsasl
|
||||
generate: -DOPENSSL_ROOT_DIR=$(brew --prefix openssl) -DCURL_USE_GSASL=ON -DUSE_APPLE_IDN=ON
|
||||
macos-version-min: '10.9'
|
||||
|
|
@ -150,7 +150,7 @@ jobs:
|
|||
install: libssh
|
||||
generate: -DOPENSSL_ROOT_DIR=$(brew --prefix openssl) -DBUILD_STATIC_LIBS=ON -DCURL_USE_LIBSSH2=OFF -DCURL_USE_LIBSSH=ON
|
||||
macos-version-min: '10.9'
|
||||
- name: 'SecureTransport ws debug'
|
||||
- name: 'SecureTransport debug'
|
||||
generate: -DCURL_USE_SECTRANSP=ON -DENABLE_DEBUG=ON
|
||||
macos-version-min: '10.8'
|
||||
- name: 'LibreSSL !ldap heimdal c-ares +examples'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue