Skip to content

Commit ba82ebb

Browse files
committed
Add compilation cache size parameter
1 parent 129715e commit ba82ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
- "rc/**"
1818

1919
jobs:
20-
2120
prepare-unit-test-matrix:
2221
name: Prepare CodeQL unit test matrix
2322
runs-on: ubuntu-22.04
@@ -93,6 +92,7 @@ jobs:
9392
run: |
9493
${{ github.workspace }}/codeql_home/codeql/codeql query compile \
9594
--common-caches=${{ github.workspace }}/codeql_cache \
95+
--compilation-cache-size=1024 \
9696
--threads 0 \
9797
${{ matrix.language }}
9898

0 commit comments

Comments
 (0)