Merge pull request #2133 from wh201906/speed_up_codeql

Speed up CodeQL CI
This commit is contained in:
Iceman
2023-10-16 16:22:14 +02:00
committed by GitHub
+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