Skip to content

Commit

Permalink
Try ci with non parallel run
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyZoltanPeter committed Jun 11, 2024
1 parent 09a74f7 commit 64db37a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ concurrency:
cancel-in-progress: true

env:
NPROC: 2
MAKEFLAGS: "-j${NPROC}"
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none"
NPROC: 1
MAKEFLAGS: ""
NIMFLAGS: "--colors:off -d:chronicles_colors:none"

jobs:
changes: # changes detection
Expand Down

0 comments on commit 64db37a

Please sign in to comment.