From c4cdef18b094458a1997bc788372aebce6cee324 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Wed, 2 Oct 2024 14:08:59 +0400 Subject: [PATCH] try add i686 linux back to ci --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b8449e0..3b8d60b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,8 +106,7 @@ jobs: strategy: fail-fast: false matrix: - target: [x86_64] - # target: [x86_64, i686] + target: [x86_64, i686] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2