You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/25 10:03:20 UTC

[incubator-opendal] 01/01: ci: Remove target from cache

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

xuanwo pushed a commit to branch polish-ci-cache
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 9de6b2ac891e2c4447edd0bb1af345801332f2b5
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Sat Mar 25 18:02:34 2023 +0800

    ci: Remove target from cache
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 .github/actions/setup/action.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml
index c99db12b..c4eada01 100644
--- a/.github/actions/setup/action.yaml
+++ b/.github/actions/setup/action.yaml
@@ -31,8 +31,7 @@ runs:
       with:
         path: |
           ~/.cargo/bin/
-          ~/.cargo/registry/cache/
-          target/
+          ~/.cargo/registry/
         key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}${{ inputs.cache-key }}
         restore-keys: |
           ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}