From 474c2b100bd31aac00cb3e2bfec4a5591c4c626d Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 6 Jul 2023 18:05:07 +0200 Subject: [PATCH] CI: Enable --with-crypto=openssl on debian testing to test openssl signatures --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8986b7fa92..dfc4eedc15 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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.