Skip to content

Commit 9edfd85

Browse files
committed
fix mingw
1 parent 7ca0c08 commit 9edfd85

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@ jobs:
1717
build_type: [Release, Debug]
1818
c_compiler: [gcc, clang, cl, x86_64-w64-mingw32-gcc]
1919

20-
# Defaults applied to all
21-
defaults:
22-
mingw: false
23-
exe_suffix: ""
24-
2520
include:
2621
- os: windows-latest
2722
c_compiler: cl
2823
cpp_compiler: cl
2924
exe_suffix: .exe
25+
mingw: false
3026

3127
- os: ubuntu-latest
3228
c_compiler: gcc
3329
cpp_compiler: g++
30+
exe_suffix: ""
31+
mingw: false
3432

3533
- os: ubuntu-latest
3634
c_compiler: clang
3735
cpp_compiler: clang++
36+
exe_suffix: ""
37+
mingw: false
3838

3939
- os: ubuntu-latest
4040
c_compiler: x86_64-w64-mingw32-gcc
4141
cpp_compiler: x86_64-w64-mingw32-g++
42-
mingw: true
4342
exe_suffix: .exe
43+
mingw: true
4444

4545
exclude:
4646
- os: windows-latest

0 commit comments

Comments
 (0)