set num procs 1 to better understand what is going on in build CI

This commit is contained in:
Ivan FB 2026-03-29 16:45:19 +02:00
parent c8fb0f4ef3
commit 9eb870a345
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true
env:
NPROC: 2
NPROC: 1
MAKEFLAGS: "-j${NPROC}"
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none"