Skip to content

Commit

Permalink
Try to fix MinGW compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 12, 2024
1 parent dc830c7 commit 4056def
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
config: "cd build &&
cmake
-DWERROR=1
CC=i686-w64-mingw32-gcc-win32
CXX=i686-w64-mingw32-g++-win32
-DCMAKE_C_COMPILER=i686-w64-mingw32-gcc-win32
-DCMAKE_CXX_COMPILER=i686-w64-mingw32-g++-win32
..",
build: "cd build && make",
test: "cd build && ctest --output-on-failure"
Expand All @@ -72,8 +72,8 @@ jobs:
config: "cd build &&
cmake
-DWERROR=1
CC=x86_64-w64-mingw32-gcc-win32
CXX=x86_64-w64-mingw32-g++-win32
-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc-win32
-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++-win32
..",
build: "cd build && make",
test: "cd build && ctest --output-on-failure"
Expand Down

0 comments on commit 4056def

Please sign in to comment.