Skip to content

Commit

Permalink
Use built-in openssl from action's on windows (#325)
Browse files Browse the repository at this point in the history
3.2.0 was added to chocolatey pulling from shinning light products which it's kinda annoying since that's been out for months

it should be in the 2022 runner image

https://github.com/actions/runner-images/blob/f046bcaec35305f006ce3cb6fdebb161d0ea5577/images/windows/toolsets/toolset-2022.json#L433
  • Loading branch information
prince-chrismc authored Jan 17, 2024
1 parent 3ddac0c commit 3f178ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
- if: matrix.os == 'windows-latest'
run: choco install openssl

- if: matrix.os == 'macos-latest'
run: sudo cp /usr/local/opt/[email protected]/lib/pkgconfig/*.pc /usr/local/lib/pkgconfig/

Expand Down

0 comments on commit 3f178ce

Please sign in to comment.