Skip to content

Commit

Permalink
ci: fix coverage ccache max size
Browse files Browse the repository at this point in the history
The default suffix is GiB…
  • Loading branch information
Saviq committed Jul 15, 2024
1 parent 0322c14 commit 59cdac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Ensure ccache size
run: |
# a full build yielded 180M cache
echo "max_size = 250" > ${CCACHE_DIR}/ccache.conf
echo "max_size = 250M" > ${CCACHE_DIR}/ccache.conf
- name: Install dependencies
run: |
Expand Down

0 comments on commit 59cdac3

Please sign in to comment.