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 f37f6c7  Limit search
f37f6c7 is described below

commit f37f6c7107f03f86d777f35f9f3b087b6292fb70
Author: Sebb <[email protected]>
AuthorDate: Sat Sep 9 17:13:16 2023 +0100

    Limit search
---
 .github/workflows/adhoctest.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index 86e6844..f029543 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -63,7 +63,7 @@ jobs:
       run: openssl version -a
     - name: Find libcrypto
       run: |
-        dir -s c:\ libcrypto.dll
+        dir -s 'C:\Program Files\' libcrypto.dll
     # - name: Compile with Maven
     #   env:
     #     OPENSSL_HOME: "C:\\Miniconda\\Library"

Reply via email to