We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1bda4 commit 372fc58Copy full SHA for 372fc58
.github/workflows/main.yml
@@ -140,7 +140,7 @@ jobs:
140
apt-architecture: 'i386'
141
# Some multilib libraries do not have proper inter-dependencies, so we have to
142
# install their dependencies manually.
143
- apt-extra-packages: 'libfreetype6-dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386'
+ apt-extra-packages: 'libfreetype6-dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386 libc6-i386'
144
extra-conf-options: '--with-target-bits=32'
145
if: needs.select.outputs.linux-x86 == 'true'
146
0 commit comments