build_win - extend cache size

This commit is contained in:
Andrej730
2025-10-05 11:31:42 +05:00
parent bfa77255a5
commit 44b9dd64f6
+3
View File
@@ -50,6 +50,9 @@ jobs:
uses: Andrej730/ccache-action@main
with:
key: win-${{ matrix.arch }}
# Windows ccache needs ~1GB
# and with default 500MB some cache gets deleted, leading to misses.
max-size: 5000MB
- name: Run Build Script
shell: cmd