Skip to content

Commit af439f3

Browse files
committed
Add error logging to x86 build.
1 parent 1a27900 commit af439f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/build_desktop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def install_x86_support_libraries(gha_build=False):
9595
# be removed as well.)
9696
# Note: "-f" = "fix" - let apt do what it needs to do to fix dependencies.
9797
utils.run_command(['apt', 'install', '-f', '-V', '-y', 'libsecret-1-dev'],
98-
as_root=True, check=True)
98+
as_root=True, check=True, stdout=devnull, stderr=subprocess.STDOUT)
9999

100100

101101
def _install_cpp_dependencies_with_vcpkg(arch, msvc_runtime_library, use_openssl=False):

0 commit comments

Comments
 (0)