CI: Enable --with-crypto=openssl on debian testing to test openssl signatures
authorAlexander Larsson <alexl@redhat.com>
Thu, 6 Jul 2023 16:05:07 +0000 (18:05 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 7 Jul 2023 15:16:30 +0000 (17:16 +0200)
.github/workflows/tests.yml

index 8986b7fa9203aad38e325bcf4042f7093030d571..dfc4eedc15903f2b9588dcd64954bb33133df183 100644 (file)
@@ -193,8 +193,10 @@ jobs:
             pre-checkout-setup: |
               apt-get update
               apt-get install -y git
+            extra-packages: >-
+              libssl-dev
             configure-options: >-
-              --with-composefs
+              --with-composefs --with-crypto=openssl
 
           # A build using libsoup3. After bookworm is released, this can
           # be switched to Debian Stable.