File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,16 @@ jobs:
47
47
artifact_name : " Windows x64" ,
48
48
cores : 2,
49
49
}
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
+ # }
59
60
- {
60
61
name : " Ubuntu/18.04/Static/X64/Release" ,
61
62
os : ubuntu-18.04,
You can’t perform that action at this time.
0 commit comments