Skip to content

Commit 3598b15

Browse files
committed
Add missing libgcc package.
1 parent ba2aa63 commit 3598b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def install_x86_support_libraries(gha_build=False):
237237
if is_linux_os():
238238
packages = ['gcc-multilib', 'g++-multilib', 'libglib2.0-dev:i386',
239239
'libsecret-1-dev:i386', 'libpthread-stubs0-dev:i386',
240-
'libssl-dev:i386', 'libsecret-1-0:i386']
240+
'libssl-dev:i386', 'libsecret-1-0:i386', 'libgcc-s1:i386']
241241
remove_packages = []
242242

243243
# First check if these packages exist on the machine already

0 commit comments

Comments
 (0)