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 cded8f8 commit c7b48dbCopy full SHA for c7b48db
.github/actions/Miscellaneous/Select_Default_Build_Type/action.yml
@@ -10,8 +10,7 @@ runs:
10
run: |
11
echo "BUILD_TYPE=Release" >> $GITHUB_ENV
12
echo "CODE_COVERAGE=0" >> $GITHUB_ENV
13
- os="${{ matrix.os }}"
14
- if [[ "${os}" != "macos"* ]]; then
+ if [[ "${{ matrix.os }}" != "macos"* ]]; then
15
echo "ncpus=$(nproc --all)" >> $GITHUB_ENV
16
else
17
echo "ncpus=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
0 commit comments