Skip to content

Commit

Permalink
Limit jobs to 10 in ci/ubuntu/clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic committed Sep 16, 2021
1 parent 6a0b38c commit 3693785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
-DENABLE_ASAN=on \
-DENABLE_TESTING=on \
-B build
echo "::set-output name=j::6 name=t::$(nproc)"
echo "::set-output name=j::6 name=t::10"
;;
esac
- name: Make
Expand Down

0 comments on commit 3693785

Please sign in to comment.