Skip to content

Commit c29a004

Browse files
committed
Auto merge of rust-lang#14127 - lnicola:windows-x86, r=lnicola
feat: Build `i686-pc-windows-msvc` binaries These have been requested a couple of times, so let's build them.
2 parents d78a0be + 87d6107 commit c29a004

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- os: windows-latest
2929
target: x86_64-pc-windows-msvc
3030
code-target: win32-x64
31+
- os: windows-latest
32+
target: i686-pc-windows-msvc
33+
code-target: win32-ia32
3134
- os: windows-latest
3235
target: aarch64-pc-windows-msvc
3336
code-target: win32-arm64
@@ -230,6 +233,10 @@ jobs:
230233
with:
231234
name: dist-x86_64-pc-windows-msvc
232235
path: dist
236+
- uses: actions/download-artifact@v1
237+
with:
238+
name: dist-i686-pc-windows-msvc
239+
path: dist
233240
- uses: actions/download-artifact@v1
234241
with:
235242
name: dist-aarch64-pc-windows-msvc

0 commit comments

Comments
 (0)