Skip to content

Commit 130e8e0

Browse files
Update OpenSSL on Windows to v3.5.1
1 parent d852717 commit 130e8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: 💾 Download OpenSSL 3.x
8787
uses: ethanjli/[email protected]
8888
with:
89-
url: "https://slproweb.com/download/Win64${{ matrix.os.architecture == 'arm64' && 'ARM' || '' }}OpenSSL-3_5_0.exe"
89+
url: "https://slproweb.com/download/Win64${{ matrix.os.architecture == 'arm64' && 'ARM' || '' }}OpenSSL-3_5_1.exe"
9090
destination: .\installer\openssl.exe
9191
cache-key: OpenSSL
9292

0 commit comments

Comments
 (0)