Skip to content

Commit

Permalink
Merge pull request RfidResearchGroup#2133 from wh201906/speed_up_codeql
Browse files Browse the repository at this point in the history
Speed up CodeQL CI
  • Loading branch information
iceman1001 authored Oct 16, 2023
2 parents 30972d2 + a333438 commit 5266321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
env:
V: 1
PLATFORM_EXTRAS: BTADDON
run: make
run: make -j$((`nproc` + 1))

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 5266321

Please sign in to comment.