mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Deal with missing nproc on macos
This commit is contained in:
parent
0065c179ca
commit
31b773de54
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -62,4 +62,4 @@ jobs:
|
||||
CPPFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address"
|
||||
- name: Build aria2
|
||||
run: |
|
||||
make -j$(nproc) check
|
||||
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check
|
||||
|
Loading…
Reference in New Issue
Block a user