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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new a7c321270c ci: Fix unit tests missing protoc (#4369)
a7c321270c is described below

commit a7c321270c7d847e12e0538cb9520a02aa7944f6
Author: Xuanwo <[email protected]>
AuthorDate: Fri Mar 15 16:02:19 2024 +0800

    ci: Fix unit tests missing protoc (#4369)
    
    fix unit tests
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/ci_core.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/ci_core.yml b/.github/workflows/ci_core.yml
index 4e2d28511d..55535b5d19 100644
--- a/.github/workflows/ci_core.yml
+++ b/.github/workflows/ci_core.yml
@@ -252,6 +252,10 @@ jobs:
 
       - name: Setup Rust toolchain
         uses: ./.github/actions/setup
+        with:
+          need-protoc: true
+          need-rocksdb: true
+          github-token: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Test
         working-directory: core

Reply via email to