Skip to content

Commit

Permalink
Redo Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Nov 18, 2023
1 parent 926abbd commit 7d624fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/adhoctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit 7d624fa

Please sign in to comment.