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