From: Max Dymond Date: Thu, 10 Jul 2025 19:49:29 +0000 (+0100) Subject: ci: install libssl-dev in the openldap static test X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee1d920e0e763e379aba4ec563bd898f4ac3447b;p=thirdparty%2Fcurl.git ci: install libssl-dev in the openldap static test --- 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'