Skip to content

Commit

Permalink
Allow parallel make in build-linux GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Apr 2, 2024
1 parent 8dcb7fb commit ca757ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
with:
languages: c-cpp
- name: build
run: make
run: make -j$(nproc)
- name: analyze
uses: github/codeql-action/analyze@v3

0 comments on commit ca757ed

Please sign in to comment.