Skip to content

Commit 2a2872d

Browse files
committed
github actions: fix windows ci
1 parent b42ad10 commit 2a2872d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
cmake_extra_flags: '-G "MinGW Makefiles"'
3535
}
3636
- {
37-
name: 'Windows Latest MinGW 32bit',
38-
os: windows-latest,
37+
name: 'Windows 2019 MinGW 32bit',
38+
os: windows-2019,
3939
cc: 'i686-w64-mingw32-gcc',
4040
cxx: 'i686-w64-mingw32-g++',
4141
ar: 'i686-w64-mingw32-ar',
@@ -140,7 +140,6 @@ jobs:
140140
export WINDRES=${{ matrix.config.windres }}
141141
fi
142142
cmake --build . --config ${{ matrix.config.build_type }} \
143-
${{ matrix.config.cmake_extra_flags }} \
144143
${{ github.event.inputs.cmake_flags }}
145144
- name: test
146145
continue-on-error: true
@@ -149,7 +148,6 @@ jobs:
149148
run: |
150149
ctest -C ${{ matrix.config.build_type }} \
151150
--parallel 2 --output-on-failure \
152-
${{ matrix.config.cmake_extra_flags }} \
153151
${{ github.event.inputs.cmake_flags }}
154152
- name: package
155153
shell: bash

0 commit comments

Comments
 (0)