Skip to content

Commit 884c841

Browse files
committed
mingw
1 parent 9949027 commit 884c841

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI-mingw.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
strategy:
1616
matrix:
1717
compiler: [clang++, g++]
18+
msystem: [MSYS, MINGW32, MINGW64] # TODO: CLANG64?
1819
fail-fast: false
1920

2021
runs-on: windows-2025
2122

2223
env:
2324
CXX: ${{ matrix.compiler }}
25+
MSYSTEM: ${{ matrix.msystem }}
2426

2527
steps:
2628
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)