Make cmake_build overseer action use 16 threads

This commit is contained in:
Andreas Tsouchlos 2024-05-03 18:13:44 +02:00
parent 73cee5d646
commit 834fc7fcdf

View File

@ -9,7 +9,7 @@ return {
args = { args = {
"--build", "--build",
"build", "build",
"-j8" "-j16"
}, },
components = { components = {
{ {