Skip to content

Commit 2be6444

Browse files
committed
Fix BUILD_JOBS bad printing before it's even defined
1 parent f7e95c5 commit 2be6444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@ jobs:
494494
echo REF: $REF
495495
BOOST_BRANCH=develop && [ "$REF" = "master" ] && BOOST_BRANCH=master || true
496496
echo BOOST_BRANCH: $BOOST_BRANCH
497-
echo BUILD_JOBS: $BUILD_JOBS
498497
BUILD_JOBS=$((nproc || sysctl -n hw.ncpu) 2> /dev/null)
498+
echo BUILD_JOBS: $BUILD_JOBS
499499
echo "BUILD_JOBS=$BUILD_JOBS" >> $GITHUB_ENV
500500
echo "CMAKE_BUILD_PARALLEL_LEVEL=$BUILD_JOBS" >> $GITHUB_ENV
501501
DEPINST_ARGS=()

0 commit comments

Comments
 (0)