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:19 UTC

[incubator-opendal] branch polish-ci-cache created (now 9de6b2ac)

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

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


      at 9de6b2ac ci: Remove target from cache

This branch includes the following new commits:

     new 9de6b2ac ci: Remove target from cache

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by xu...@apache.org.
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') }}