summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index c8a49a7f0..037f8aca0 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -19,6 +19,10 @@ jobs:
language: [ 'cpp', 'python' ]
steps:
+ - name: Set make jobs
+ run: |
+ echo "MAKEFLAGS=-j$(nproc)" >> $GITHUB_ENV
+
- name: Checkout repository
uses: actions/checkout@v3