Skip to content

Commit e9fa28c

Browse files
committed
* Update Windows build workflow to use 'Win32' architecture instead of 'x86'
1 parent 386a0d9 commit e9fa28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
include:
22-
- arch: x86
22+
- arch: Win32
2323
arch_name: i386
2424
- arch: x64
2525
arch_name: amd64

0 commit comments

Comments
 (0)