Skip to content

Commit

Permalink
Look for OpenSSL in 'C:\Program Files'
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent b6d934e commit 79c9ac6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -29,8 +29,9 @@ jobs:
matrix:
os: [ windows-2019, windows-2022 ]
steps:
- run: dir C:/
- run: dir C:/OpenSSL-Win32
- run: dir 'C:\Program Files'
- run: dir 'C:\Program Files\OpenSSL'
- run: dir 'C:\Program Files\OpenSSL-Win64'
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down

0 comments on commit 79c9ac6

Please sign in to comment.