1
0
mirror of synced 2025-01-18 09:04:52 +01:00

Limit make to 4 threads and move build.yml to build_win.yml

This commit is contained in:
Mary 2020-12-04 13:17:54 +01:00
parent b4a5a936a0
commit 7168c9ed59

View File

@ -36,4 +36,4 @@ jobs:
mkdir build mkdir build
cd build cd build
cmake -G "MinGW Makefiles" .. cmake -G "MinGW Makefiles" ..
mingw32-make -j mingw32-make -j 4