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


The following commit(s) were added to refs/heads/master by this push:
     new a38e474a Also check /opt
a38e474a is described below

commit a38e474a46ce48162e4ed6112610ffe64cf01b0a
Author: Sebb <s...@apache.org>
AuthorDate: Tue Jul 23 22:47:27 2024 +0100

    Also check /opt
---
 .github/workflows/adhoctest.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index 4d27f7aa..5d68abec 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -52,4 +52,6 @@ jobs:
         which -a openssl
         find /usr -name aes.h -ls || true
         find /usr -type d -name openssl -ls || true
+        find /opt -name aes.h -ls || true
+        find /opt -type d -name openssl -ls || true
         which -a openssl | while read a ;do echo "$a" ; "$a" version -a; echo 
'======='; done

Reply via email to