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 ecfa49f commit 8ad594eCopy full SHA for 8ad594e
scripts/gha/build_desktop.py
@@ -198,6 +198,8 @@ def main():
198
if not success:
199
# If auto-fix was attempted, give it one more try.
200
# If it fails again, a ValueError will be raised and script will exit.
201
+ print("Installation was not successful but auto fix was attempted. "
202
+ "Retrying installation...")
203
install_cpp_dependencies_with_vcpkg(args.arch,
204
args.msvc_runtime_library,
205
attempt_auto_fix=False)
0 commit comments