Skip to content

Commit 1e91139

Browse files
authored
Readd 32 bit build (#7)
1 parent c29a131 commit 1e91139

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- artifact-name: Win64
2929
architecture: x64
3030
vc: vcvars64.bat
31+
- artifact-name: Win32
32+
architecture: x86
33+
vc: vcvars32.bat
3134
name: "Build - ${{ matrix.artifact-name }}"
3235
runs-on: windows-2019
3336
steps:

0 commit comments

Comments
 (0)