Skip to content

Commit

Permalink
Add win32 to build_wheels matrix (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
molinav committed Nov 1, 2022
1 parent 2a62e36 commit 7e5993b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 7e5993b

Please sign in to comment.