From 3c296eaaf1b1752b9bfb9a117fbf928a3bdf54fb Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Thu, 23 Jan 2025 16:32:17 -0500 Subject: [PATCH] Show more ccache states and evict files that aren't touched --- .github/workflows/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 2580ecd3..02128513 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -146,6 +146,8 @@ jobs: key: ${{ inputs.archive-name }}-${{ matrix.build-type }} variant: ${{ runner.os == 'Windows' && 'sccache' || 'ccache' }} # Equivalent to (runner.os == 'Windows') ? 'sccache' : 'ccache' # Using sccache on Windows due to https://github.com/hendrikmuhs/ccache-action/issues/112 + verbose: 1 + evict-old-files: job - name: Install Python if: ${{ inputs.test-suite }}