We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4337ab commit 4cc215aCopy full SHA for 4cc215a
.github/workflows/c-cpp.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: windows-build
34
run: make -f Makefile.own winbuild
35
- name: Windows CMake Build
36
- run: cmake . && make
+ run: cmake -G "MinGW Makefiles" && cmake . && make
0 commit comments