Skip to content

Commit 7064afa

Browse files
committed
Add 32-bit windows builds
1 parent ea94abd commit 7064afa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ jobs:
114114
target: x86_64-pc-windows-msvc
115115
name: windows-x86_64
116116
features: default
117+
- platform: windows-latest
118+
target: i686-pc-windows-msvc
119+
name: windows-x86
120+
features: default
117121
- platform: macos-latest
118122
target: x86_64-apple-darwin
119123
name: macos-x86_64

0 commit comments

Comments
 (0)