This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch actions-m1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/actions-m1 by this push:
     new 6519ae45 fix cached redis cli
6519ae45 is described below

commit 6519ae45fe38dbc5b0f1cd2a4f235bea7bc6768f
Author: PragmaTwice <[email protected]>
AuthorDate: Sun Mar 10 21:58:21 2024 +0900

    fix cached redis cli
---
 .github/workflows/kvrocks.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 914711e6..17a4d10b 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -222,7 +222,7 @@ jobs:
         with:
           path: |
             ~/local/bin/redis-cli
-          key: ${{ runner.os }}-redis-cli
+          key: ${{ runner.os }}-${{ runner.arch }}-redis-cli
       - name: Install redis
         if: steps.cache-redis.outputs.cache-hit != 'true'
         run: |

Reply via email to