Skip to content

Commit 9ad461f

Browse files
committed
increase cache size for codeql
1 parent d1fb8f0 commit 9ad461f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
export CCACHE_COMPRESS=1
7979
export CCACHE_COMPRESSLEVEL=10
80-
export CCACHE_MAXSIZE=300M
80+
export CCACHE_MAXSIZE=400M
8181
ccache -z
8282
8383
$CMAKE --build build -j 2

0 commit comments

Comments
 (0)