Skip to content

Commit c746109

Browse files
authored
Fix OpenSSL for Windows
Upgrade OpenSSL from 3.4.1 -> 3.5.1
1 parent f48e9cc commit c746109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/core_windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sdk-version: 22621
2323

2424
- name: Install OpenSSL
25-
run: choco install --no-progress openssl --version=3.4.1
25+
run: choco install --no-progress openssl --version=3.5.1
2626

2727
- name: Checkout Submodules
2828
shell: bash

0 commit comments

Comments
 (0)