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.
2 parents 3ad3363 + 435f1ed commit e2373faCopy full SHA for e2373fa
.github/workflows/awesome_workflow.yml
@@ -61,7 +61,7 @@ jobs:
61
submodules: true
62
- run: |
63
cmake -B ./build -S .
64
- cmake --build build
+ cmake --build build --parallel 4
65
- name: Label on PR fail
66
uses: actions/github-script@v6
67
if: ${{ failure() && matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' }}
0 commit comments