mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -07:00
GHA CI: tweak cache size
It seems ~500MB is enough to cache all the build artifacts but we still make it a bit larger to avoid thrashing.
This commit is contained in:
parent
6e1b5ec18b
commit
83599f1f7b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci_ubuntu.yaml
vendored
2
.github/workflows/ci_ubuntu.yaml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
store_cache: ${{ github.ref == 'refs/heads/master' }}
|
||||
update_packager_index: false
|
||||
ccache_options: |
|
||||
max_size=2G
|
||||
max_size=1G
|
||||
|
||||
- name: Install boost
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue