Skip to content

Commit

Permalink
CI: Enable --with-crypto=openssl on debian testing to test openssl si…
Browse files Browse the repository at this point in the history
…gnatures
  • Loading branch information
alexlarsson committed Jul 7, 2023
1 parent 7b85adf commit 474c2b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 474c2b1

Please sign in to comment.