Skip to content

Commit

Permalink
chore: add parrallel to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
realstealthninja authored Sep 13, 2024
1 parent 0dc638d commit f030a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awesome_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
submodules: true
- run: |
cmake -B ./build -S .
cmake --build --parallel 4 build --config Release
cmake --build build --config Release --parallel 4
- name: Label on PR fail
uses: actions/github-script@v6
if: ${{ failure() && matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' }}
Expand Down

0 comments on commit f030a4e

Please sign in to comment.