Skip to content

Commit bc68717

Browse files
authored
Add 32-bit windows builds (encounter#101)
1 parent e1ae369 commit bc68717

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
@@ -203,6 +203,10 @@ jobs:
203203
target: x86_64-pc-windows-msvc
204204
name: windows-x86_64
205205
features: default
206+
- platform: windows-latest
207+
target: i686-pc-windows-msvc
208+
name: windows-x86
209+
features: default
206210
- platform: macos-latest
207211
target: x86_64-apple-darwin
208212
name: macos-x86_64

0 commit comments

Comments
 (0)