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 14b60357 Contd
14b60357 is described below

commit 14b6035780848985b15e3d3b41fb67164722a2a1
Author: Sebb <s...@apache.org>
AuthorDate: Sat Nov 4 15:04:07 2023 +0000

    Contd
---
 .github/workflows/maven_adhoc.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 5a50face..22aaefa4 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -46,6 +46,9 @@ jobs:
       run: |
         dir "C:\Program Files"
         dir "C:\Program Files\OpenSSL"
+        dir "C:\Program Files\OpenSSL\lib"
+    - name: OpenSSL version
+      run: openssl version -a
       #  Get-Childitem –Path "C:\Program Files"  -File -Include libcrypto* 
-Recurse -ErrorAction SilentlyContinue
     #  - name: Checkout
     #    uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 
v4.1.1
@@ -56,8 +59,6 @@ jobs:
     #    with:
     #      distribution: 'temurin'
     #      java-version: ${{ matrix.java }}
-    #  - name: OpenSSL version
-    #    run: openssl version -a
     #  - name: Build with Maven
     #    env:
     #      OPENSSL_HOME: "C:\\Miniconda\\Library"

Reply via email to