We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nproc - 1
1 parent 41854b0 commit 3d458d5Copy full SHA for 3d458d5
.github/workflows/Build.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
mkdir /Volumes/build/src
43
cd ${{ matrix.target }}
44
- ct-ng build
+ ct-ng build -j $(($(nproc) - 1))
45
- name: Tail build.log on failure
46
if: ${{ failure() }}
47
run: tail -n 500 ${{ matrix.target }}/build.log
.github/workflows/aarch64.yml
@@ -47,7 +47,7 @@ jobs:
48
49
50
51
52
53
0 commit comments