Skip to content

Commit 1252a69

Browse files
committed
mingw
1 parent 884c841 commit 1252a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222

2323
env:
2424
CXX: ${{ matrix.compiler }}
25-
MSYSTEM: ${{ matrix.msystem }}
2625

2726
steps:
2827
- uses: actions/checkout@v4
@@ -33,6 +32,7 @@ jobs:
3332
uses: msys2/setup-msys2@v2
3433
with:
3534
release: false # use pre-installed
35+
msystem: ${{ matrix.msystem }}
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

0 commit comments

Comments
 (0)