We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d852717 commit 130e8e0Copy full SHA for 130e8e0
.github/workflows/windows.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: 💾 Download OpenSSL 3.x
87
uses: ethanjli/[email protected]
88
with:
89
- url: "https://slproweb.com/download/Win64${{ matrix.os.architecture == 'arm64' && 'ARM' || '' }}OpenSSL-3_5_0.exe"
+ url: "https://slproweb.com/download/Win64${{ matrix.os.architecture == 'arm64' && 'ARM' || '' }}OpenSSL-3_5_1.exe"
90
destination: .\installer\openssl.exe
91
cache-key: OpenSSL
92
0 commit comments