From: Alexander Larsson Date: Thu, 6 Jul 2023 16:05:07 +0000 (+0200) Subject: CI: Enable --with-crypto=openssl on debian testing to test openssl signatures X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~9^2^2~62^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=474c2b100bd31aac00cb3e2bfec4a5591c4c626d;p=ostree.git CI: Enable --with-crypto=openssl on debian testing to test openssl signatures --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8986b7fa..dfc4eedc 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.