Skip to content

Commit e19b2a2

Browse files
Christian A. Ehrhardtchrehrhardt
authored andcommitted
ci: Increase ccache size
Increase the size limit of ccache to 2G. Otherwise the larger compiles will not take advantage of the cache. Signed-off-by: Christian A. Ehrhardt <[email protected]>
1 parent 327330a commit e19b2a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
uses: hendrikmuhs/[email protected]
128128
with:
129129
key: kbuild-${{ matrix.arch }}-${{ matrix.compiler }}
130+
max-size: 2G
130131

131132
- name: Build Kernel
132133
shell: bash

0 commit comments

Comments
 (0)