Skip to content

Commit d46f693

Browse files
committed
mingw
1 parent 97ce51c commit d46f693

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI-mingw.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
compiler: [clang++, g++]
18-
msystem: [MSYS, MINGW32, MINGW64] # TODO: CLANG64?
18+
msystem: [MSYS, MINGW32, MINGW64, CLANG64]
1919
fail-fast: false
2020

2121
runs-on: windows-2025
@@ -36,6 +36,7 @@ jobs:
3636
# TODO: install mingw-w64-x86_64-make and use mingw32.make instead - currently fails with "Windows Subsystem for Linux has no installed distributions."
3737
install: >-
3838
make
39+
gcc
3940
mingw-w64-x86_64-gcc
4041
mingw-w64-x86_64-clang
4142
mingw-w64-x86_64-libc++

0 commit comments

Comments
 (0)