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 f15f1da commit 091c949Copy full SHA for 091c949
scripts/gha/install_prereqs_desktop.py
@@ -63,7 +63,7 @@ def main():
63
# brew install openssl
64
utils.run_command(['brew', 'install', 'openssl'])
65
elif utils.is_windows_os():
66
- utils.run_command(['choco', 'install', 'openssl', '-r'])
+ utils.run_command(['choco', 'install', 'openssl', '-r', '--version', '3.1.1'])
67
68
# Install ccache on linux/mac if its not installed already
69
if not utils.is_command_installed('ccache'):
0 commit comments