Skip to content

Commit 78ee9a9

Browse files
committed
Update OpenSSL to 3.4.1, which is supported by choco.
1 parent 4004e17 commit 78ee9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/install_prereqs_desktop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def main():
6363
# brew install openssl
6464
utils.run_command(['brew', 'install', 'openssl'])
6565
elif utils.is_windows_os():
66-
utils.run_command(['choco', 'install', 'openssl', '-r', '--version', '3.3.2'])
66+
utils.run_command(['choco', 'install', 'openssl', '-r', '--version', '3.4.1'])
6767

6868
# Install ccache on linux/mac if its not installed already
6969
if not utils.is_command_installed('ccache'):

0 commit comments

Comments
 (0)