mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:21:44 +03:00
ci: install libssl-dev in the openldap static test
This commit is contained in:
parent
b027a18456
commit
c8a990f079
1 changed files with 2 additions and 1 deletions
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
|
|
@ -296,7 +296,8 @@ jobs:
|
|||
|
||||
- name: 'openldap-static'
|
||||
install_steps: openldap-static
|
||||
configure: --disable-shared --without-ssl --enable-static --with-ldap=/home/runner/openldap --with-ldap-lib=ldap --with-lber-lib=lber
|
||||
install_packages: libssl-dev
|
||||
configure: --disable-shared --with-openssl --enable-static --with-ldap=/home/runner/openldap --with-ldap-lib=ldap --with-lber-lib=lber
|
||||
|
||||
steps:
|
||||
- name: 'install prereqs'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue