We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ce52b commit 832b902Copy full SHA for 832b902
.github/actions/setup-ccache/action.yml
@@ -5,7 +5,7 @@ runs:
5
- name: Make cache key
6
id: cache-key
7
run: |
8
- key="${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}--${{ inputs.extra-cache-key }}"
+ key="${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}"
9
# Date: Daily invalidation of all ccaches as an extra safety measure.
10
key="$key--$(/bin/date -u '+%Y%m%d')"
11
# Python version: Separate caches for each Python version. This reduces the number of cache misses.
0 commit comments