Update action.yml

This commit is contained in:
nauta 2023-10-13 10:28:02 +08:00 committed by GitHub
parent cf7d59372b
commit 7aa313461b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ runs:
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
max-size: 10G
max-size: 800M
save: ${{inputs.save_cache}}
key: ${{inputs.os}}
@ -29,3 +29,4 @@ runs:
run: |
bash build.sh debug -DOB_USE_CCACHE=ON
cd build_debug && make -j4
ccache -s