mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-07 07:19:26 +00:00
set num procs 1 to better understand what is going on in build CI
This commit is contained in:
parent
c8fb0f4ef3
commit
9eb870a345
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user