Skip to content

Commit c8af5ea

Browse files
committed
ci: disable mingw
1 parent 65b1c7e commit c8af5ea

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,16 @@ jobs:
4747
artifact_name: "Windows x64",
4848
cores: 2,
4949
}
50-
- {
51-
name: "Windows-MinGW/2019/Static/X64/Release",
52-
os: windows-2019,
53-
config: Release,
54-
cmake_extra_args: "-G \"MinGW Makefiles\" -DCMAKE_C_COMPILER=C:/msys64/mingw64/bin/gcc.exe -DCMAKE_CXX_COMPILER=C:/msys64/mingw64/bin/g++.exe",
55-
sudocmd: "",
56-
artifact_name: "Windows x64",
57-
cores: 2,
58-
}
50+
# GitHub Images have changed. This workflow needs to be updated.
51+
# - {
52+
# name: "Windows-MinGW/2019/Static/X64/Release",
53+
# os: windows-2019,
54+
# config: Release,
55+
# cmake_extra_args: "-G \"MinGW Makefiles\" -DCMAKE_C_COMPILER=C:/msys64/mingw64/bin/gcc.exe -DCMAKE_CXX_COMPILER=C:/msys64/mingw64/bin/g++.exe",
56+
# sudocmd: "",
57+
# artifact_name: "Windows x64",
58+
# cores: 2,
59+
# }
5960
- {
6061
name: "Ubuntu/18.04/Static/X64/Release",
6162
os: ubuntu-18.04,

0 commit comments

Comments
 (0)