CI: Use CC="gcc -m32" to get i386 compiler on x86-64
commit810f1a8aee9edb3bff430559f4b832cd0ec50797
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 24 Jun 2024 12:24:52 +0000 (24 15:24 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 6 Sep 2024 16:15:14 +0000 (6 19:15 +0300)
tree570185eeddd6bb66c312488848c37d931a8bd2ec
parentdde14ded9a3240fd524d9bc01c9ceeb4d7909e95
CI: Use CC="gcc -m32" to get i386 compiler on x86-64

The old method put it in CFLAGS which is a wrong place because
config.guess doesn't read CFLAGS.

(cherry picked from commit dbcdabf68fee9ed694b68c3a82e6adbeff20b679)
.github/workflows/ci.yml