Skip to content

Commit

Permalink
Move verbose ccache logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jan 23, 2025
1 parent 4dd4381 commit dc93ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
key: ${{ inputs.archive-name }}-${{ inputs.cmake-config }}
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
verbose: 2
evict-old-files: job

- name: Install Python
Expand Down

0 comments on commit dc93ef1

Please sign in to comment.