Skip to content

Commit

Permalink
win cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Sep 25, 2024
1 parent 622c999 commit 5b71f5f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cleanup_caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,24 @@ jobs:
cache-path: ${{ env.CCACHE_PATH }}
recursive: true
key: '.'


Cleanup_CCACHE_win:
runs-on: 'aks-win-4-cores-8gb'
env:
CCACHE_PATH: C:\\mount\\caches\\ccache

steps:
- name: Checkout cach action
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
sparse-checkout: .github/actions/cache

- name: Cleanup ccache
uses: ./.github/actions/cache/cleanup
with:
cache-size: 300
max-cache-size: 750
cache-path: ${{ env.CCACHE_PATH }}
recursive: true
key: '.'

0 comments on commit 5b71f5f

Please sign in to comment.