Skip to content

Commit b37228e

Browse files
authored
Remove calculation of ncpus Emscripten llvm build
1 parent 38030de commit b37228e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/emscripten.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ jobs:
124124
run: |
125125
echo "BUILD_TYPE=Release" >> $GITHUB_ENV
126126
echo "CODE_COVERAGE=0" >> $GITHUB_ENV
127-
os="${{ matrix.os }}"
128-
if [[ "${os}" == "macos"* ]]; then
129-
echo "ncpus=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
130-
else
131-
echo "ncpus=$(nproc --all)" >> $GITHUB_ENV
132-
fi
133127
134128
- name: Setup default Build Type on Windows
135129
if: ${{ runner.os == 'windows' && steps.cache.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)