From e448d863c2fbf7036126e2f222ce7351ab3750ba Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Thu, 18 May 2023 13:23:49 -0400 Subject: [PATCH] Revert "ci: stop testing Linux 32-bit builds" This reverts commit 83b2d4b78374055c3a2261136eedf03b5fbfc335. There now seems to be a solution to the 32-bit GitHub Actions Ubuntu breakage. Signed-off-by: Vincent Fu --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8325a3d9..dd2997f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- 2.25.1