diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 295ac49..c709787 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,16 +35,16 @@ jobs: archiver: "7z a", generators: "Visual Studio 17 2022" } - - { - name: "Windows Latest MinGW", - os: windows-latest, - artifact: "windows_mingw.7z", - build_type: "Release", - cc: "gcc", - cxx: "g++", - archiver: "7z a", - generators: "Ninja" - } +# - { +# name: "Windows Latest MinGW", +# os: windows-latest, +# artifact: "windows_mingw.7z", +# build_type: "Release", +# cc: "gcc", +# cxx: "g++", +# archiver: "7z a", +# generators: "Ninja" +# } - { name: "Ubuntu_Latest_GCC", os: ubuntu-latest,