Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
exclude mingw build on windows
  • Loading branch information
Deamon87 authored May 29, 2022
1 parent 4036762 commit 755d17c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 755d17c

Please sign in to comment.