CI: Enable --with-crypto=openssl on debian testing to test openssl signatures

This commit is contained in:
Alexander Larsson 2023-07-06 18:05:07 +02:00
parent 7b85adfbbd
commit 474c2b100b

View File

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