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 ea9fd06  new syntax
ea9fd06 is described below

commit ea9fd06f190669f37487716f49aad41561174a03
Author: Sebb <[email protected]>
AuthorDate: Sat Sep 9 16:54:53 2023 +0100

    new syntax
---
 .github/workflows/adhoctest.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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

Reply via email to