Skip to content

Commit c9e31e9

Browse files
committed
Update ci_windows.yml
Remove mingw32
1 parent 191879f commit c9e31e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci_windows.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include: [
16-
{ msystem: MINGW64, arch: x86_64 },
17-
{ msystem: MINGW32, arch: i686 }
16+
{ msystem: MINGW64, arch: x86_64 }
1817
]
1918
defaults:
2019
run:

0 commit comments

Comments
 (0)