Update compile.yml

This commit is contained in:
wangyunlai 2023-07-19 14:05:37 +08:00 committed by GitHub
parent b92d5b19ed
commit a7fca39d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ jobs:
path: ~/.ccache
enableCrossOsArchive: false
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-el7.x86_64
${{ runner.os }}-${{ env.cache-name }}-${{ matrix.image }}-el7.x86_64
- name: Build init
if: steps.cache-deps.outputs.cache-hit != 'true'