Skip to content

Commit

Permalink
Pin OpenSSL version to 3.1.1 on Windows runners. (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov authored Jan 19, 2024
1 parent f15f1da commit 091c949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gha/install_prereqs_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def main():
# brew install openssl
utils.run_command(['brew', 'install', 'openssl'])
elif utils.is_windows_os():
utils.run_command(['choco', 'install', 'openssl', '-r'])
utils.run_command(['choco', 'install', 'openssl', '-r', '--version', '3.1.1'])

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

0 comments on commit 091c949

Please sign in to comment.