]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ci: install libssl-dev in the openldap static test
authorMax Dymond <cmeister2@gmail.com>
Thu, 10 Jul 2025 19:49:29 +0000 (20:49 +0100)
committerMax Dymond <cmeister2@gmail.com>
Thu, 10 Jul 2025 19:49:29 +0000 (20:49 +0100)
.github/workflows/linux.yml

index 61c09de53a55c53ec6eac64acbef4f79087bf0ae..6d389d44b8eb7ffa8720ca1e5157d33f4401efe6 100644 (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'