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 132056d commit 08d1412Copy full SHA for 08d1412
scripts/gha/utils.py
@@ -235,7 +235,7 @@ def install_x86_support_libraries(gha_build=False):
235
downgrading Ubuntu packages).
236
"""
237
if is_linux_os():
238
- packages = ['gcc-multilib', 'g++-multilib', 'libglib2.0-dev:i386',
+ packages = ['gcc-10-multilib', 'g++-10-multilib', 'libglib2.0-dev:i386',
239
'libsecret-1-dev:i386', 'libpthread-stubs0-dev:i386',
240
'libssl-dev:i386', 'libsecret-1-0:i386', 'libgcc-s1:i386',
241
'gcc-10-base:i386']
0 commit comments