Skip to content

Commit

Permalink
CI: disabled MinGW gcc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pinam45 committed Jan 10, 2024
1 parent 9637aed commit 6ecc770
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
matrix:
os: [windows-2019, windows-2022]
config: [
{
compiler_name: gcc,
c_compiler_path: "C:/msys64/mingw64/bin/gcc.exe",
cxx_compiler_path: "C:/msys64/mingw64/bin/g++.exe"
},
# {
# compiler_name: gcc,
# c_compiler_path: "C:/msys64/mingw64/bin/gcc.exe",
# cxx_compiler_path: "C:/msys64/mingw64/bin/g++.exe"
# },
{
compiler_name: clang,
c_compiler_path: "C:/msys64/mingw64/bin/clang.exe",
Expand Down

0 comments on commit 6ecc770

Please sign in to comment.