mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
more threads
This commit is contained in:
2
.github/workflows/ql-for-ql-build.yml
vendored
2
.github/workflows/ql-for-ql-build.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
if: steps.cache-queries.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
cd ql/ql/src
|
||||
"${CODEQL}" pack create
|
||||
"${CODEQL}" pack create -j 16
|
||||
cd .codeql/pack/codeql/ql/0.0.0
|
||||
zip "${PACKZIP}" -r .
|
||||
rm -rf *
|
||||
|
||||
Reference in New Issue
Block a user