This commit is contained in:
AnonymusRaccoon
2020-02-06 15:59:49 +01:00
parent 916de992f9
commit c3c3a04ee7
+2 -1
View File
@@ -21,7 +21,8 @@ jobs:
Set-Location build
cmake .. -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" -DGITBUILD=true
- name: Build with Makefile
run: mingw32-make -C build ComSquare
run: |
mingw32-make -C build ComSquare
- name: Clean up
run: |
Set-Location build