Skip to content

Commit 8168f4d

Browse files
committed
Merge branch 'pr_1600'
2 parents db193dd + 7aa3134 commit 8168f4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/buildbase/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- name: Setup ccache
2121
uses: hendrikmuhs/[email protected]
2222
with:
23-
max-size: 10G
23+
max-size: 800M
2424
save: ${{inputs.save_cache}}
2525
key: ${{inputs.os}}
2626

@@ -29,3 +29,4 @@ runs:
2929
run: |
3030
bash build.sh debug -DOB_USE_CCACHE=ON
3131
cd build_debug && make -j4
32+
ccache -s

0 commit comments

Comments
 (0)