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 16:46:03 UTC

[commons-crypto] branch master updated: Try to find libcrypto on Windows

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 a4a2347  Try to find libcrypto on Windows
a4a2347 is described below

commit a4a2347ec2eb9445250b1571befadd1928b0c9eb
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jul 1 17:45:54 2022 +0100

    Try to find libcrypto on Windows
---
 .github/workflows/adhoctest.yml | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index c948565..7cb99ac 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -31,8 +31,8 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [macos-latest, windows-latest]
-        # os: [macos-latest]
+        # os: [macos-latest, windows-latest]
+        os: [windows-latest]
         java: [ 8 ]
         # ref: [ 'rel/commons-crypto-1.1.0', master ]
         ref: [ master ]
@@ -68,21 +68,9 @@ jobs:
       if: ${{ matrix.os == 'windows-latest' }}
       run: |
         where /T openssl
+        where /T libcrypto.dll
       shell: cmd
     - name: env sort
       if: always()
       run: |
         env | sort
-    # - name: Find Crypto Libraries
-    #   if: always()
-    #   run: |
-    #     ls -l /usr/lib/libcrypto*.dylib
-    # - name: Find Crypto Libraries
-    #   if: always()
-    #   run: |
-    #     ls -l /usr/local/lib/libcrypto*.dylib
-    # - name: Find Crypto Libraries
-    #   if: always()
-    #   run: |
-    #     ls -l /opt/local/lib/libcrypto*.dylib
-    #     find 2>/dev/null /opt/local/lib -name libcrypto*.dylib -ls
\ No newline at end of file