mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
build_win - extend cache size
This commit is contained in:
@@ -50,6 +50,9 @@ jobs:
|
|||||||
uses: Andrej730/ccache-action@main
|
uses: Andrej730/ccache-action@main
|
||||||
with:
|
with:
|
||||||
key: win-${{ matrix.arch }}
|
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
|
- name: Run Build Script
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user