ci: install libssl-dev in the openldap static test

This commit is contained in:
Max Dymond 2025-07-10 20:49:29 +01:00
parent a6fdc4e935
commit ee1d920e0e
No known key found for this signature in database
GPG key ID: 12A8D9E2219BD5FA

View file

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