Skip to content

Commit

Permalink
ci: only allow 50M for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Feb 12, 2025
1 parent 65f9857 commit 055a82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build source and run unit tests
run: |
CCACHE_SIZE="400M"
CCACHE_SIZE="50M"
CACHE_DIR="/cache"
mkdir /output
BASE_OUTDIR="/output"
Expand Down

0 comments on commit 055a82a

Please sign in to comment.