From 2fe224d8b49e759138fa68b519161257dc1ce600 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Sat, 18 Dec 2021 19:51:49 -0500 Subject: [PATCH] Revert "ci: temporarily remove linux-i686-gcc build" This reverts commit cea3243fb3bb44d541c2b3fb82ee45eb669b6fe6. 1420399f6620b417d9da4b801d3c049cf66e58f0 provides a work-around for the problem with i686 builds. So we can now re-enable them. 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 8167e3d1..cd8ce142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - linux-gcc - linux-clang - macos + - linux-i686-gcc include: - build: linux-gcc os: ubuntu-20.04 @@ -23,6 +24,9 @@ jobs: cc: clang - build: macos os: macos-11 + - build: linux-i686-gcc + os: ubuntu-20.04 + arch: i686 env: CI_TARGET_ARCH: ${{ matrix.arch }} -- 2.25.1