Skip to content

Commit 4cc215a

Browse files
committed
Fix windows build error
1 parent f4337ab commit 4cc215a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: windows-build
3434
run: make -f Makefile.own winbuild
3535
- name: Windows CMake Build
36-
run: cmake . && make
36+
run: cmake -G "MinGW Makefiles" && cmake . && make

0 commit comments

Comments
 (0)