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 b027a18456
commit c8a990f079

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'