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 2d29a57 commit 6aa1ea6Copy full SHA for 6aa1ea6
scripts/gha/build_desktop.py
@@ -59,7 +59,7 @@ def append_line_to_file(path, line):
59
def install_x86_support_libraries():
60
"""Install support libraries needed to build x86 on x86_64 hosts."""
61
if utils.is_linux_os():
62
- packages = ('gcc-multilib', 'g++-multilib', 'libglib2.0-dev:i386', 'libsecret-1-dev:i386')
+ packages = ['gcc-multilib', 'g++-multilib', 'libglib2.0-dev:i386', 'libsecret-1-dev:i386']
63
64
# First check if these packages exist on the machine already
65
devnull = open(os.devnull, "w")
0 commit comments