Skip to content

Commit 3f178ce

Browse files
Use built-in openssl from action's on windows (Thalhammer#325)
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
1 parent 3ddac0c commit 3f178ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cross-platform.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
os: [macos-latest, windows-latest, ubuntu-latest]
1414

1515
steps:
16-
- if: matrix.os == 'windows-latest'
17-
run: choco install openssl
18-
1916
- if: matrix.os == 'macos-latest'
2017
run: sudo cp /usr/local/opt/openssl@1.1/lib/pkgconfig/*.pc /usr/local/lib/pkgconfig/
2118

0 commit comments

Comments
 (0)