From ee1d920e0e763e379aba4ec563bd898f4ac3447b Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Thu, 10 Jul 2025 20:49:29 +0100 Subject: [PATCH] ci: install libssl-dev in the openldap static test --- .github/workflows/linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 61c09de53a..6d389d44b8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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' -- 2.47.2