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 2d1c82b commit 7a99af1Copy full SHA for 7a99af1
.github/workflows/windows.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: 💾 Download OpenSSL 3.x
85
uses: ethanjli/[email protected]
86
with:
87
- url: "https://slproweb.com/download/Win64${{ matrix.os.architecture == 'arm64' && 'ARM' || '' }}OpenSSL-3_5_2.exe"
+ url: "https://slproweb.com/download/Win64${{ matrix.os.architecture == 'arm64' && 'ARM' || '' }}OpenSSL-3_5_3.exe"
88
destination: .\installer\openssl.exe
89
cache-key: OpenSSL
90
0 commit comments