Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit1603 committed Oct 1, 2023
1 parent bfd4737 commit 5d6ff17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
echo "CODE_COVERAGE=0" >> $GITHUB_ENV
os="${{ matrix.os }}"
echo "$os"
if [[ "${os}" == "macos*" ]]; then
if [[ "${os}" == "macos"* ]]; then
echo "HELLO"
echo "ncpus=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
else
echo "ncpus=$(nproc --all)" >> $GITHUB_ENV
Expand Down

0 comments on commit 5d6ff17

Please sign in to comment.