Skip to content

Commit ae08130

Browse files
committed
more threads
1 parent 427a607 commit ae08130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: steps.cache-queries.outputs.cache-hit != 'true'
3838
run: |
3939
cd ql/ql/src
40-
"${CODEQL}" pack create
40+
"${CODEQL}" pack create -j 16
4141
cd .codeql/pack/codeql/ql/0.0.0
4242
zip "${PACKZIP}" -r .
4343
rm -rf *

0 commit comments

Comments
 (0)