Skip to content

Commit 1af74cc

Browse files
committed
Temporarily disable mingw32 for upstream error
1 parent 5c466eb commit 1af74cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ jobs:
680680
fail-fast: false
681681
matrix:
682682
include:
683-
- { sys: MINGW32, compiler: gcc, cxxstd: '03,11,17,20' }
683+
#- { sys: MINGW32, compiler: gcc, cxxstd: '03,11,17,20' }
684684
- { sys: MINGW64, compiler: gcc, cxxstd: '03,11,17,20' }
685685

686686
runs-on: windows-latest

0 commit comments

Comments
 (0)