Revert "ci: stop testing Linux 32-bit builds"
authorVincent Fu <vincent.fu@samsung.com>
Thu, 18 May 2023 17:23:49 +0000 (13:23 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 18 May 2023 18:29:03 +0000 (14:29 -0400)
This reverts commit 83b2d4b78374055c3a2261136eedf03b5fbfc335.

There now seems to be a solution to the 32-bit GitHub Actions Ubuntu
breakage.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
.github/workflows/ci.yml

index 8325a3d9fa3feffcf8a53fb3d6feec19e6a1fdc6..dd2997f0753c2f8d3a1632fef80114ebd42fa792 100644 (file)
@@ -14,6 +14,7 @@ jobs:
         - linux-gcc
         - linux-clang
         - macos
+        - linux-i686-gcc
         - android
         - windows-cygwin-64
         - windows-cygwin-32
@@ -27,6 +28,9 @@ jobs:
           cc: clang
         - build: macos
           os: macos-12
+        - build: linux-i686-gcc
+          os: ubuntu-22.04
+          arch: i686
         - build: android
           os: ubuntu-22.04
           arch: aarch64-linux-android32