Skip to content

Commit 5b71f5f

Browse files
committed
win cleanup
1 parent 622c999 commit 5b71f5f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/cleanup_caches.yml

+21
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,24 @@ jobs:
5757
cache-path: ${{ env.CCACHE_PATH }}
5858
recursive: true
5959
key: '.'
60+
61+
62+
Cleanup_CCACHE_win:
63+
runs-on: 'aks-win-4-cores-8gb'
64+
env:
65+
CCACHE_PATH: C:\\mount\\caches\\ccache
66+
67+
steps:
68+
- name: Checkout cach action
69+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
70+
with:
71+
sparse-checkout: .github/actions/cache
72+
73+
- name: Cleanup ccache
74+
uses: ./.github/actions/cache/cleanup
75+
with:
76+
cache-size: 300
77+
max-cache-size: 750
78+
cache-path: ${{ env.CCACHE_PATH }}
79+
recursive: true
80+
key: '.'

0 commit comments

Comments
 (0)