Skip to content

Commit

Permalink
Show more ccache states and evict files that aren't touched
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jan 23, 2025
1 parent 2eb6b46 commit 3c296ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3c296ea

Please sign in to comment.