From 755d17c0b00a9db716214fc1ba738dd19971d57d Mon Sep 17 00:00:00 2001 From: Deamon87 Date: Mon, 30 May 2022 01:21:53 +0300 Subject: [PATCH] Update main.yml exclude mingw build on windows --- .github/workflows/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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,