Skip to content

Commit acce270

Browse files
authored
Fix mypyc 32-bit build (#15245)
1 parent 848b2d3 commit acce270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
sudo dpkg --add-architecture i386 && \
184184
sudo apt-get update && sudo apt-get install -y \
185185
zlib1g-dev:i386 \
186+
libgcc-s1:i386 \
186187
g++-i686-linux-gnu \
187188
gcc-i686-linux-gnu \
188189
libffi-dev:i386 \

0 commit comments

Comments
 (0)