[GA] ccache: specify key (#19519)

Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
This commit is contained in:
Andrey Kashchikhin 2023-09-06 16:45:00 +01:00 committed by GitHub
parent 4f7ac430fc
commit 5644ca40f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |