Speed up CodeQL

This commit is contained in:
Self Not Found
2023-10-16 21:04:15 +08:00
committed by GitHub
parent d738f3171c
commit a333438fa4
+1 -1
View File
@@ -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