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 38030de commit b37228eCopy full SHA for b37228e
.github/workflows/emscripten.yml
@@ -124,12 +124,6 @@ jobs:
124
run: |
125
echo "BUILD_TYPE=Release" >> $GITHUB_ENV
126
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
133
134
- name: Setup default Build Type on Windows
135
if: ${{ runner.os == 'windows' && steps.cache.outputs.cache-hit != 'true' }}
0 commit comments