mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
CI: Enable --with-crypto=openssl on debian testing to test openssl signatures
This commit is contained in:
parent
7b85adfbbd
commit
474c2b100b
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user