Skip to content

Commit 832b902

Browse files
authored
Update action.yml
1 parent 80ce52b commit 832b902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-ccache/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
- name: Make cache key
66
id: cache-key
77
run: |
8-
key="${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}--${{ inputs.extra-cache-key }}"
8+
key="${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}"
99
# Date: Daily invalidation of all ccaches as an extra safety measure.
1010
key="$key--$(/bin/date -u '+%Y%m%d')"
1111
# Python version: Separate caches for each Python version. This reduces the number of cache misses.

0 commit comments

Comments
 (0)