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
commit 5266321983
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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