From 5b71f5f21b0e856188cc0cfd340ba0bffc34a092 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Wed, 25 Sep 2024 19:30:40 +0200 Subject: [PATCH] win cleanup --- .github/workflows/cleanup_caches.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/cleanup_caches.yml b/.github/workflows/cleanup_caches.yml index 945d3b2b1b0446..91050db6c6efbe 100644 --- a/.github/workflows/cleanup_caches.yml +++ b/.github/workflows/cleanup_caches.yml @@ -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: '.' \ No newline at end of file