Skip to content

Commit

Permalink
mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
MangaD committed May 17, 2023
1 parent 1e107da commit 262fd57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
vcpkg_triplet: x64-windows-static
}
#- {
# name: "Windows Latest MinGW", ext: "windows-mingw",
# os: windows-latest,
# cc: "gcc", cxx: "g++",
# vcpkg_triplet: x64-mingw-static
# }
- {
name: "Windows Latest MinGW", ext: "windows-mingw",
os: windows-latest,
cc: "gcc", cxx: "g++",
vcpkg_triplet: x64-mingw-static
}
- {
name: "Ubuntu Latest GCC", ext: "linux",
os: ubuntu-latest,
Expand Down

0 comments on commit 262fd57

Please sign in to comment.