From a7fca39d950d5c9ee8a4e1b5d6c2b25fecf75eed Mon Sep 17 00:00:00 2001 From: wangyunlai <90242350+hnwyllmm1@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:05:37 +0800 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f8374b0c2..5476a7841 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -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'