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/21 14:27:15 UTC

[incubator-opendal] branch fix-rocksdb created (now eebcebcc)

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

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


      at eebcebcc ci: Don't cache target folder

This branch includes the following new commits:

     new eebcebcc ci: Don't cache target folder

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: Don't cache target folder

Posted by xu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit eebcebcc18c29c95dbb0a955193683e099843947
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Tue Mar 21 22:26:57 2023 +0800

    ci: Don't cache target folder
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 .github/actions/setup/action.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml
index abd7dac6..d84312af 100644
--- a/.github/actions/setup/action.yaml
+++ b/.github/actions/setup/action.yaml
@@ -26,7 +26,6 @@ runs:
         path: |
           ~/.cargo/bin/
           ~/.cargo/registry/cache/
-          target/
         key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
 
     - name: Setup rust related environment variables