Skip to content

Commit 372fc58

Browse files
committed
8293165: GHA: Provide necessary x86_32 packages for runtime/ErrorHandling/TestDwarf.java
Reviewed-by: ihse
1 parent 3c1bda4 commit 372fc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
apt-architecture: 'i386'
141141
# Some multilib libraries do not have proper inter-dependencies, so we have to
142142
# install their dependencies manually.
143-
apt-extra-packages: 'libfreetype6-dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386'
143+
apt-extra-packages: 'libfreetype6-dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386 libc6-i386'
144144
extra-conf-options: '--with-target-bits=32'
145145
if: needs.select.outputs.linux-x86 == 'true'
146146

0 commit comments

Comments
 (0)