From 65e301f9630e2e7a5bcb8797656b7206a486e22e Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Thu, 14 Oct 2021 11:06:52 +0200 Subject: [PATCH] Enable CI on 32-bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8984708..4d661da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - ubuntu-latest arch: - x64 + - x86 include: - os: windows-latest version: '1'