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 c21d99e commit 23495b4Copy full SHA for 23495b4
.github/workflows/awesome_workflow.yml
@@ -61,7 +61,7 @@ jobs:
61
submodules: true
62
- run: |
63
cmake -B ./build -S .
64
- cmake --build --parallel build
+ cmake --build build -j
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