From 4849cd1b03c3cfc4eeecfa78e8018dbb3fd9316a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Molina=20Garc=C3=ADa?= Date: Sat, 29 Oct 2022 21:15:33 +0200 Subject: [PATCH] Add win32 to build_wheels matrix --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2e1e9a174..8b71df89f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,6 +75,11 @@ jobs: triplet: "x64-windows" vcpkg_cache: "c:\\vcpkg\\installed" vcpkg_logs: "c:\\vcpkg\\buildtrees\\**\\*.log" + - os: "windows-2019" + arch: "auto32" + triplet: "x86-windows" + vcpkg_cache: "c:\\vcpkg\\installed" + vcpkg_logs: "c:\\vcpkg\\buildtrees\\**\\*.log" steps: - uses: actions/checkout@v2