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.
1 parent 3dd4b64 commit c8c8c73Copy full SHA for c8c8c73
1 file changed
.github/workflows/test-android.yml
@@ -96,7 +96,7 @@ jobs:
96
run: ./android-configure "$ANDROID_NDK_HOME" "$ANDROID_API_LEVEL" arm64
97
working-directory: node
98
- name: Build
99
- run: make -j
+ run: make -j$(getconf _NPROCESSORS_ONLN)
100
101
- name: Verify
102
run: file out/Release/node
0 commit comments