Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Deamon87 committed May 30, 2022
2 parents 03dd2c1 + 755d17c commit 1adc3a1
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 1adc3a1

Please sign in to comment.