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 f7e95c5 commit 2be6444Copy full SHA for 2be6444
.github/workflows/ci.yml
@@ -494,8 +494,8 @@ jobs:
494
echo REF: $REF
495
BOOST_BRANCH=develop && [ "$REF" = "master" ] && BOOST_BRANCH=master || true
496
echo BOOST_BRANCH: $BOOST_BRANCH
497
- echo BUILD_JOBS: $BUILD_JOBS
498
BUILD_JOBS=$((nproc || sysctl -n hw.ncpu) 2> /dev/null)
+ echo BUILD_JOBS: $BUILD_JOBS
499
echo "BUILD_JOBS=$BUILD_JOBS" >> $GITHUB_ENV
500
echo "CMAKE_BUILD_PARALLEL_LEVEL=$BUILD_JOBS" >> $GITHUB_ENV
501
DEPINST_ARGS=()
0 commit comments