Browse Source

github: [codeql] use all available processors when building [skip ci]

Victor Seva 7 months ago
parent
commit
b788c39bf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/codeql.yml

+ 1 - 1
.github/workflows/codeql.yml

@@ -75,7 +75,7 @@ jobs:
 
       - name: Build cpp
         if: ${{ matrix.language == 'cpp' }}
-        run: make all
+        run: make -j$(nproc) all
 
       - name: Perform CodeQL Analysis
         uses: github/codeql-action/analyze@v3