You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/07/01 21:49:10 UTC

[commons-crypto] branch master updated: Is libcrypto in the parent dir

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 0db6b5d  Is libcrypto in the parent dir
0db6b5d is described below

commit 0db6b5d854a4be297ba5f6e75afc05ae8c86c4e2
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jul 1 22:49:02 2022 +0100

    Is libcrypto in the parent dir
---
 .github/workflows/adhoctest.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index 7cb99ac..0ffb48a 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -68,7 +68,10 @@ jobs:
       if: ${{ matrix.os == 'windows-latest' }}
       run: |
         where /T openssl
+        echo "==="
         where /T libcrypto.dll
+        echo "==="
+        dir C:\Program Files\OpenSSL\bin\
       shell: cmd
     - name: env sort
       if: always()