Skip to content

Commit

Permalink
Avoid use of nproc on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Nov 23, 2024
1 parent 64d37fc commit ca77c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
../configure --with-llvm=$(brew --prefix llvm)/bin/llvm-config \
--disable-debug
- name: Build release
run: make -C build -j $(nproc)
run: make -C build -j $(sysctl -n hw.logicalcpu)

build-windows:
name: Windows MSYS2
Expand Down

0 comments on commit ca77c36

Please sign in to comment.