Add 32-bit windows builds (#101)

This commit is contained in:
Robin Lambertz 2024-09-06 01:50:37 +02:00 committed by GitHub
parent e1ae369d17
commit bc687173c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -203,6 +203,10 @@ jobs:
target: x86_64-pc-windows-msvc
name: windows-x86_64
features: default
- platform: windows-latest
target: i686-pc-windows-msvc
name: windows-x86
features: default
- platform: macos-latest
target: x86_64-apple-darwin
name: macos-x86_64