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 7d624fa8 Redo Windows
7d624fa8 is described below

commit 7d624fa8365b9b51f96ab98ad9bb95fa202bbc4d
Author: Sebb <s...@apache.org>
AuthorDate: Sat Nov 18 11:53:24 2023 +0000

    Redo Windows
---
 .github/workflows/adhoctest.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index 4d7e121e..cb95bd87 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -34,7 +34,8 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [macos-11, macos-12, macos-13, ubuntu-20.04, ubuntu-22.04]
+        os: [windows-latest]
+        # os: [macos-11, macos-12, macos-13, ubuntu-20.04, ubuntu-22.04]
       fail-fast: false
 
     steps:
@@ -43,7 +44,8 @@ jobs:
     - name: Find libcrypto on Windows
       if: ${{ startsWith(matrix.os,'windows') }}
       run: |
-        dir -s 'C:\Program Files\' libcrypto*.dll
+        dir "C:\Program Files\OpenSSL*\*"
+        dir "C:\Program Files\OpenSSL*\lib\*"
     - name: Find libcrypto on !Windows
       if: ${{ ! startsWith(matrix.os,'windows') }}
       run: |

Reply via email to