We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622c999 commit 5b71f5fCopy full SHA for 5b71f5f
.github/workflows/cleanup_caches.yml
@@ -57,3 +57,24 @@ jobs:
57
cache-path: ${{ env.CCACHE_PATH }}
58
recursive: true
59
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
76
+ cache-size: 300
77
+ max-cache-size: 750
78
+ cache-path: ${{ env.CCACHE_PATH }}
79
+ recursive: true
80
+ key: '.'
0 commit comments