[GA] ccache: specify key (#19519)
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
This commit is contained in:
parent
4f7ac430fc
commit
5644ca40f6
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -132,9 +132,9 @@ jobs:
|
||||
# github.ref_name is 'ref/PR_#' in case of the PR, and 'branch_name' when executed on push
|
||||
save: ${{ github.ref_name == 'master' && 'true' || 'false' }}
|
||||
verbose: 2
|
||||
key: ${{ github.job }}-linux
|
||||
key: linux-ubuntu
|
||||
restore-keys: |
|
||||
${{ github.job }}-linux
|
||||
linux-ubuntu
|
||||
|
||||
- name: Get tools versions
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user