Skip to content

Commit 92baf40

Browse files
committed
adjust cache size
1 parent 75d37b3 commit 92baf40

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=30M
80+
export CCACHE_MAXSIZE=300M
8181
ccache -z
8282
8383
$CMAKE --build build -j 2

0 commit comments

Comments
 (0)