Skip to content

Commit b041f07

Browse files
committed
NetBSD: Increase ccache cache size
1 parent ddde94f commit b041f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/netbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
env:
2222
CCACHE_COMPILERCHECK: content
2323
CCACHE_DIR: ${{ github.workspace }}/ccache
24-
CCACHE_MAXSIZE: 500M
24+
CCACHE_MAXSIZE: 600M
2525
# See https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
2626
CI_NCPU: 4
2727
# TODO: Fix the excluded test and re-enable it.

0 commit comments

Comments
 (0)