File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 34
34
cmake_extra_flags : ' -G "MinGW Makefiles"'
35
35
}
36
36
- {
37
- name : ' Windows Latest MinGW 32bit' ,
38
- os : windows-latest ,
37
+ name : ' Windows 2019 MinGW 32bit' ,
38
+ os : windows-2019 ,
39
39
cc : ' i686-w64-mingw32-gcc' ,
40
40
cxx : ' i686-w64-mingw32-g++' ,
41
41
ar : ' i686-w64-mingw32-ar' ,
@@ -140,7 +140,6 @@ jobs:
140
140
export WINDRES=${{ matrix.config.windres }}
141
141
fi
142
142
cmake --build . --config ${{ matrix.config.build_type }} \
143
- ${{ matrix.config.cmake_extra_flags }} \
144
143
${{ github.event.inputs.cmake_flags }}
145
144
- name : test
146
145
continue-on-error : true
@@ -149,7 +148,6 @@ jobs:
149
148
run : |
150
149
ctest -C ${{ matrix.config.build_type }} \
151
150
--parallel 2 --output-on-failure \
152
- ${{ matrix.config.cmake_extra_flags }} \
153
151
${{ github.event.inputs.cmake_flags }}
154
152
- name : package
155
153
shell : bash
You can’t perform that action at this time.
0 commit comments