Skip to content

Commit c8c8c73

Browse files
committed
test: limit Android workflow build parallelism
1 parent 3dd4b64 commit c8c8c73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: ./android-configure "$ANDROID_NDK_HOME" "$ANDROID_API_LEVEL" arm64
9797
working-directory: node
9898
- name: Build
99-
run: make -j
99+
run: make -j$(getconf _NPROCESSORS_ONLN)
100100
working-directory: node
101101
- name: Verify
102102
run: file out/Release/node

0 commit comments

Comments
 (0)