Skip to content

Commit ead67a0

Browse files
authored
Fix npcus environment variable ci
1 parent 130dd30 commit ead67a0

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/Miscellaneous/Select_Default_Build_Type

1 file changed

+1
-1
lines changed

.github/actions/Miscellaneous/Select_Default_Build_Type/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
run: |
1111
echo "BUILD_TYPE=Release" >> $GITHUB_ENV
1212
echo "CODE_COVERAGE=0" >> $GITHUB_ENV
13-
echo "ncpus=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
13+
echo "ncpus=$(nproc --all)" >> $GITHUB_ENV
1414
1515
- name: Select default build type on Windows
1616
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)