projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b85adf
)
CI: Enable --with-crypto=openssl on debian testing to test openssl signatures
author
Alexander Larsson
<alexl@redhat.com>
Thu, 6 Jul 2023 16:05:07 +0000
(18:05 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 7 Jul 2023 15:16:30 +0000
(17:16 +0200)
.github/workflows/tests.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/tests.yml
b/.github/workflows/tests.yml
index 8986b7fa9203aad38e325bcf4042f7093030d571..dfc4eedc15903f2b9588dcd64954bb33133df183 100644
(file)
--- 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.