From 0a6e5409d916dd83438c7136b7ecf9c3b7f3ebb5 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:30:43 +0800 Subject: [PATCH] feature update cache-key --- .gitea/workflows/linux-hisiv500-gcc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/linux-hisiv500-gcc.yaml b/.gitea/workflows/linux-hisiv500-gcc.yaml index c2944a0..cb758c6 100644 --- a/.gitea/workflows/linux-hisiv500-gcc.yaml +++ b/.gitea/workflows/linux-hisiv500-gcc.yaml @@ -37,7 +37,7 @@ jobs: uses: actions/cache@v3 with: path: qemu-install - key: qemu-hisiv500-install-20220502-2 + key: centos-qemu-hisiv500-install-20220502-2 - name: checkout-qemu if: steps.cache-qemu.outputs.cache-hit != 'true' @@ -67,7 +67,7 @@ jobs: uses: actions/cache/save@v3 if: steps.cache-qemu.outputs.cache-hit != 'true' with: - key: qemu-hisiv500-install-20220502-2 + key: centos-qemu-hisiv500-install-20220502-2 path: qemu-install - name: build-in-centos