We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29a131 commit 1e91139Copy full SHA for 1e91139
1 file changed
.github/workflows/ci.yml
@@ -28,6 +28,9 @@ jobs:
28
- artifact-name: Win64
29
architecture: x64
30
vc: vcvars64.bat
31
+ - artifact-name: Win32
32
+ architecture: x86
33
+ vc: vcvars32.bat
34
name: "Build - ${{ matrix.artifact-name }}"
35
runs-on: windows-2019
36
steps:
0 commit comments