Skip to content

Commit 8ad594e

Browse files
committed
log message about retrying installation
1 parent ecfa49f commit 8ad594e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/gha/build_desktop.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ def main():
198198
if not success:
199199
# If auto-fix was attempted, give it one more try.
200200
# 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...")
201203
install_cpp_dependencies_with_vcpkg(args.arch,
202204
args.msvc_runtime_library,
203205
attempt_auto_fix=False)

0 commit comments

Comments
 (0)