Set GNUMAKEFLAGS at CodeQL
This commit is contained in:
parent
2c75fc915e
commit
4cf367b835
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
||||
with:
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
|
||||
- name: Set ENV
|
||||
run: echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user