Make cmake_build overseer action use 16 threads
This commit is contained in:
parent
73cee5d646
commit
834fc7fcdf
@ -9,7 +9,7 @@ return {
|
|||||||
args = {
|
args = {
|
||||||
"--build",
|
"--build",
|
||||||
"build",
|
"build",
|
||||||
"-j8"
|
"-j16"
|
||||||
},
|
},
|
||||||
components = {
|
components = {
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user