This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git

commit b274d37b7a05c2a59aa9dfeb3662306983c01b9d
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 23 15:06:24 2024 +0100

    also look for openssl
---
 .github/workflows/adhoctest.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index 7a473791..9e517817 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -51,4 +51,5 @@ jobs:
       run: |
         which -a openssl
         find /usr -name aes.h -ls || true
+        find /usr -type d -name openssl -ls || true
         which -a openssl | while read a ;do echo "$a" ; "$a" version -a; echo 
'======='; done

Reply via email to