mirror of
https://github.com/Z3Prover/z3
synced 2026-03-22 12:38:52 +00:00
Update .github/workflows/ci.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
748fbd96f2
commit
b8736991f3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -452,7 +452,8 @@ jobs:
|
|||
run: |
|
||||
set -e
|
||||
cd build
|
||||
make -j$(nproc) libz3java.dylib
|
||||
NPROC=$(getconf _NPROCESSORS_ONLN 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 1)
|
||||
make -j"$NPROC" libz3java.dylib
|
||||
cd ..
|
||||
|
||||
- name: Validate libz3java.dylib is x86_64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue