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